PdfDocumentConverter.PdfACompatibility Property
Gets the PDF/A version of the document loaded to the converter.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfACompatibility PdfACompatibility { get; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
Available values:
Name | Description |
---|---|
None | The document format is not compatible with PDF/A. |
Pdf |
The document supports the ISO 19005-1:2005 (Accessible) standard. |
Pdf |
The document supports the ISO 19005-1:2005 standard. |
Pdf |
The document supports the ISO 19005-2:2011 (Accessible) standard. |
Pdf |
The document supports the ISO 19005-2:2011 standard. |
Pdf |
The document supports the ISO 19005-2:2011 (Unicode) standard. |
Pdf |
The document supports the 19005-3:2012 (Accessible) standard. |
Pdf |
The document supports the ISO 19005-3:2012 (Unicode) standard. |
Pdf |
The document supports the ISO 19005-3:2012 (Unicode) standard. |
Pdf |
The document supports the ISO 19005-4 standard. |
Pdf |
The document supports the ISO 19005-4 (Engineering) standard. |
Pdf |
The document supports the ISO 19005-4 (Embedded Files) standard. |