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.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
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