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

PdfACompatibility Enum

Lists the values specifying the PDF/A compatibility mode of a document.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.1.Core.dll

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
public enum PdfACompatibility

Members

Name Description
None

The document is not PDF/A-compatible and supports the ISO 32000-1:2005 specification.

PdfA1b

The document supports the PDF/A-1b (ISO 19005-1) specification.

PdfA2b

The document supports the PDF/A-2b (ISO 19005-2:2011) specification.

PdfA3b

The document supports the PDF/A-3b (ISO 19005-3:2012) specification.

Related API Members

The following properties accept/return PdfACompatibility values:

Remarks

A PdfACompatibility enumeration value is returned by the PdfExportOptions.PdfACompatibility property.

The following code snippets (auto-collected from DevExpress Examples) contain references to the PdfACompatibility enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also