officefileapi-devexpress-dot-pdf-bb42c71f.md
Lists values that specify the PDF/A version of a document.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Pdf.v25.2.Core.dll
NuGet Package : DevExpress.Pdf.Core
public enum PdfACompatibility
Public Enum PdfACompatibility
| Name | Description |
|---|---|
None |
The document format is not compatible with PDF/A.
|
| PdfA1a |
The document supports the ISO 19005-1:2005 (Accessible) standard.
|
| PdfA1b |
The document supports the ISO 19005-1:2005 standard.
|
| PdfA2a |
The document supports the ISO 19005-2:2011 (Accessible) standard.
|
| PdfA2b |
The document supports the ISO 19005-2:2011 standard.
|
| PdfA2u |
The document supports the ISO 19005-2:2011 (Unicode) standard.
|
| PdfA3a |
The document supports the 19005-3:2012 (Accessible) standard.
|
| PdfA3b |
The document supports the ISO 19005-3:2012 (Unicode) standard.
|
| PdfA3u |
The document supports the ISO 19005-3:2012 (Unicode) standard.
|
| PdfA4 |
The document supports the ISO 19005-4 standard.
|
| PdfA4e |
The document supports the ISO 19005-4 (Engineering) standard.
|
| PdfA4f |
The document supports the ISO 19005-4 (Embedded Files) standard.
|
The following properties accept/return PdfACompatibility values:
See Also