Skip to main content
A newer version of this page is available. .

PdfCompatibility Enum

Lists the values specifying the compatibility mode of a document.

Namespace: DevExpress.Pdf

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

Declaration

public enum PdfCompatibility

Members

Name Description
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.

Related API Members

The following properties accept/return PdfCompatibility values:

Remarks

The values listed by the PdfCompatibility enumeration are used to set the PdfCreationOptions.Compatibility property.

See Also