ExaminerResultsIsPdfA Property |
Gets a value indicating whether the document advertises itself as conforming to the PDF/A-1b
archival specification. This does not mean that the document in any way complies with the specification,
merely that it says it does. For example, if IsPdfA returns
true and
HasXmp returns
false,
then the document is
NOT a PDF/A compliant document.
Namespace:
Atalasoft.PdfDoc.Examiner
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool IsPdfA { get; }
Public ReadOnly Property IsPdfA As Boolean
Get
Property Value
Type:
Booleantrue if the document advertises itself as conforming to the PDF/A-1b specification; otherwise,
false.
See Also