Click or drag to resize
Pdftools logo

ValidationOptionsConformance Property

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.


Namespace: PdfTools.PdfA.Validation
Assembly: PdfTools (in PdfTools.dll) Version: 1.9.1+b77910aba6fa7f07fcfd9b66a6f8c5a618f049a3
Syntax
C#
public Conformance Conformance { get; set; }

Property Value

Conformance
See Also