Click or drag to resize
Pdftools logo

DocumentConformance Property

The claimed conformance of the document.

This method only returns the claimed conformance level, the document is not validated.

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

Property Value

Conformance
Exceptions
ExceptionCondition
InvalidOperationExceptionif the document has already been closed
See Also