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
| Name | Type | Access | Description |
|---|---|---|---|
Severity | string | Read | Issue severity: “error” for MUST requirements, “warning” for advisory. |
Code | string | Read | Machine-readable issue code (e.g., “CATALOG_TYPE_INVALID”). |
Message | string | Read | Human-readable description of the issue. |
Location | string? | Read | Optional location hint (e.g., “Page 3”). |