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

NameTypeAccessDescription
ErrorsValidationIssue[]ReadGets the errors.
WarningsValidationIssue[]ReadGets the warnings.
PassedbooleanReadGets the passed.

Methods

SignatureDescription
constructor(Issues: ValidationIssue[])Calls constructor(Issues) on this ValidationReport instance.