officefileapi-devexpress-dot-pdf-dot-pdfdocumentconverter-391e413d.md
Gets the PDF/A version of the document loaded to the converter.
Namespace : DevExpress.Pdf
Assembly : DevExpress.Docs.v25.2.dll
NuGet Package : DevExpress.Document.Processor
public PdfACompatibility PdfACompatibility { get; }
Public ReadOnly Property PdfACompatibility As PdfACompatibility
| Type | Description |
|---|---|
| PdfACompatibility |
A PdfACompatibility value that specifies the PDF/A version of the document.
|
Available values:
Show 12 items
| 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.
|
See Also