Skip to main content
All docs
V25.1
  • PdfACompatibility Enum

    Lists values that specify the PDF/A version of a document.

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public enum PdfACompatibility

    Members

    Name Description
    None

    The document format is not compatible with PDF/A.

    PdfA1a

    The document supports the ISO 19005-1:2005 (Accessible) standard.

    PdfA1b

    The document supports the ISO 19005-1:2005 standard.

    PdfA2a

    The document supports the ISO 19005-2:2011 (Accessible) standard.

    PdfA2b

    The document supports the ISO 19005-2:2011 standard.

    PdfA2u

    The document supports the ISO 19005-2:2011 (Unicode) standard.

    PdfA3a

    The document supports the 19005-3:2012 (Accessible) standard.

    PdfA3b

    The document supports the ISO 19005-3:2012 (Unicode) standard.

    PdfA3u

    The document supports the ISO 19005-3:2012 (Unicode) standard.

    PdfA4

    The document supports the ISO 19005-4 standard.

    PdfA4e

    The document supports the ISO 19005-4 (Engineering) standard.

    PdfA4f

    The document supports the ISO 19005-4 (Embedded Files) standard.

    Related API Members

    The following properties accept/return PdfACompatibility values:

    See Also