Back to Devexpress

PdfDocumentConverter.PdfACompatibility Property

officefileapi-devexpress-dot-pdf-dot-pdfdocumentconverter-391e413d.md

latest2.1 KB
Original Source

PdfDocumentConverter.PdfACompatibility Property

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

Declaration

csharp
public PdfACompatibility PdfACompatibility { get; }
vb
Public ReadOnly Property PdfACompatibility As PdfACompatibility

Property Value

TypeDescription
PdfACompatibility

A PdfACompatibility value that specifies the PDF/A version of the document.

|

Available values:

Show 12 items

NameDescription
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

PdfDocumentConverter Class

PdfDocumentConverter Members

DevExpress.Pdf Namespace