ValidationReport
Overview
ValidationReport is a class in Aspose.PDF FOSS for TypeScript.
The result of a validation pass (PDF/UA or PDF/A).
This class declares 1 method for ValidationReport objects in TypeScript programs.
Available methods include: constructor.
All public members are accessible to any TypeScript application after installing the Aspose.PDF FOSS for TypeScript package.
Properties: Errors, Passed, Warnings.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Errors | ValidationIssue[] | Read | Gets the errors. |
Warnings | ValidationIssue[] | Read | Gets the warnings. |
Passed | boolean | Read | Gets the passed. |
Methods
| Signature | Description |
|---|---|
constructor(Issues: ValidationIssue[]) | Calls constructor(Issues) on this ValidationReport instance. |