ValidationIssue

ValidationIssue

Overview

ValidationIssue is a class in Aspose.PDF FOSS for .NET.

Represents a validation issue found in a PDF document.

Properties: Code, Location, Message, Severity.

Properties

NameTypeAccessDescription
SeveritystringReadIssue severity: “error” for MUST requirements, “warning” for advisory.
CodestringReadMachine-readable issue code (e.g., “CATALOG_TYPE_INVALID”).
MessagestringReadHuman-readable description of the issue.
Locationstring?ReadOptional location hint (e.g., “Page 3”).

See Also