PdfCompatibility Enum
Lists the values specifying the compatibility mode of a document.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#Members
Name | Description |
---|---|
Pdf
|
The document supports the ISO 32000-1:2008 standard. |
Pdf
|
The document supports the ISO 19005-1:2005 standard. |
Pdf
|
The document supports the ISO 19005-2:2011 standard. |
Pdf
|
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.