Click or drag to resize
Pdftools logo

Validator Class

The class to validate the standard conformance of documents

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfA.ValidationValidator

Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class Validator : NativeObject

The Validator type exposes the following members.

Constructors
 NameDescription
Public methodValidator 
Top
Methods
 NameDescription
Public methodAnalyze

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.
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Public methodValidate

Validate the standards conformance of a PDF document.

Top
Events
 NameDescription
Public eventError Report a validation issue found in Analyze(Document, AnalysisOptions) or Validate(Document, ValidationOptions).
Top
See Also