Overview
PDFUAValidationReport is a type in Aspose.PDF FOSS for Go.
PDFUAValidationReport is returned by (*Document).ValidatePDFUA.
Properties: Conformant, Issues.
Properties
| Name | Type | Access | Description |
|---|
Conformant | bool | Read/Write | Gets the conformant. |
Issues | []PDFUAIssue | Read/Write | Gets the issues. |
See Also