Back to Devexpress

PdfCompatibility Enum

officefileapi-devexpress-dot-pdf-80906049.md

latest1.1 KB
Original Source

PdfCompatibility Enum

Lists the values specifying the compatibility mode of a document.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public enum PdfCompatibility
vb
Public Enum PdfCompatibility

Members

NameDescription
Pdf

The document supports the ISO 32000-1:2008 standard.

| | PdfA1b |

The document supports the ISO 19005-1:2005 standard.

| | PdfA2b |

The document supports the ISO 19005-2:2011 standard.

| | PdfA3b |

The document supports the ISO 19005-3:2012 standard.

|

The following properties accept/return PdfCompatibility values:

See Also

DevExpress.Pdf Namespace