PdfDocumentMetadataPdfAVersion Property |
Gets conformance level and part of PDF/A.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public PdfAVersion PdfAVersion { get; }
Public ReadOnly Property PdfAVersion As PdfAVersion
Get
Property Value
Type:
PdfAVersionRemarks
PdfAVersion property value is set based on metadata retrieved from
PDF document. This metadata may be incorrect, because PDF document itself
may not conform to the PDF/A standard at all or to the specified version
of the PDF/A standard. PdfDocument class does not check for compliance with
the PDF/A standard, therefore, PdfAVersion property value may also be incorrect.
See Also