Click or drag to resize
Pdftools logo

ValidationOptions Class

The PDF validation options

Options to check the quality and standard conformance of documents using the validator's method Validate(Document, ValidationOptions).
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.PdfA.ValidationValidationOptions

Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public class ValidationOptions : NativeObject

The ValidationOptions type exposes the following members.

Constructors
 NameDescription
Public methodValidationOptions 
Top
Properties
 NameDescription
Public propertyConformance

The conformance to be validated

The required conformance or to validate the document's claimed conformance, i.e. Conformance.

The PDF validation verifies if the input document conforms to all standards associated with this conformance.

Note that it is generally only meaningful to validate the claimed conformance of a document.

Default value: , i.e. validate the document's claimed conformance.

Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also