Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfCompatibility Enum

Lists the values specifying the compatibility mode of a document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.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.

Remarks

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

See Also