Click or drag to resize
Pdftools logo

AnalysisResultConformance Property

The conformance used for analysis

The PDF/A level might differ from the Conformance. If the claimed PDF/A level of the input document is higher than Conformance, the higher level is used for Conformance.

For example, if Conformance is PDF/A-2b, but the document's claimed conformance is PDF/A-2u, the analysis checks if the document actually conforms to its claimed conformance PDF/A-2u. Because otherwise a conversion is required.


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

Property Value

Conformance
See Also