Validator Class |
The class to validate the standard conformance of documents
public class Validator : NativeObject
The Validator type exposes the following members.
Name | Description | |
---|---|---|
Analyze | Analyze a PDF document in preparation for its conversion to PDF/A. This method validates the document's standards conformance like Validate(Document, ValidationOptions). In addition to that, certain additional checks can be performed. However, the main difference is that the analysis result can be used in Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions) to convert the PDF document to PDF/A. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) | |
Validate | Validate the standards conformance of a PDF document. |
Name | Description | |
---|---|---|
Error | Report a validation issue found in Analyze(Document, AnalysisOptions) or Validate(Document, ValidationOptions). |