Pdf |
Class | Description | |
---|---|---|
AnalysisOptions | The PDF/A analysis options Options for the analysis of documents using the validator's method Analyze(Document, AnalysisOptions) in preparation for the document's conversion to PDF/A. | |
AnalysisResult | The PDF/A analysis result Result of the validator's method Analyze(Document, AnalysisOptions) which is required for the conversion to PDF/A with Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions). Note that AnalysisResult objects remain valid as long as their Document has not been closed and the analysis result has not been used in Convert(AnalysisResult, Document, Stream, ConversionOptions, OutputOptions). | |
ValidationOptions | The PDF validation options Options to check the quality and standard conformance of documents using the validator's method Validate(Document, ValidationOptions). | |
ValidationResult | The PDF validation result Result of the validator's method Validate(Document, ValidationOptions). | |
Validator | The class to validate the standard conformance of documents | |
ValidatorErrorEventArgs |
Enumeration | Description | |
---|---|---|
ErrorCategory | The validation error category |