Click or drag to resize
Pdftools logo

PdfTools.PdfA.Validation Namespace

 
Classes
 ClassDescription
Public classAnalysisOptions

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.
Public classAnalysisResult

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).

Public classValidationOptions

The PDF validation options

Options to check the quality and standard conformance of documents using the validator's method Validate(Document, ValidationOptions).
Public classValidationResult

The PDF validation result

Result of the validator's method Validate(Document, ValidationOptions).
Public classValidator

The class to validate the standard conformance of documents

Public classValidatorErrorEventArgs 
Enumerations
 EnumerationDescription
Public enumerationErrorCategory

The validation error category