Back to Devexpress

PdfACompatibility Enum

corelibraries-devexpress-dot-xtraprinting-007dbe2a.md

latest2.1 KB
Original Source

PdfACompatibility Enum

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PdfACompatibility
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfACompatibility

Members

NameDescription
None

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

| | PdfA1a |

The document supports the PDF/A-1a (Accessible) specification and contains tags that assistive technologies can use.

| | PdfA1b |

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

| | PdfA2a |

The document supports the PDF/A-2a (Accessible) specification and contains tags that assistive technologies can use.

| | PdfA2b |

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

| | PdfA3a |

The document supports the PDF/A-3a (Accessible) specification and contains tags that assistive technologies can use.

| | PdfA3b |

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

|

The following properties accept/return PdfACompatibility values:

Remarks

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

See Also

PdfACompatibility

DevExpress.XtraPrinting Namespace