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

    Lists values that specify whether a document conforms to the PDF/UA specification.

    Namespace: DevExpress.XtraPrinting

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

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [ResourceFinder(typeof(ResFinder))]
    public enum PdfUACompatibility

    Members

    Name Description
    None

    The document is not PDF/UA-compatible.

    PdfUA1

    The document conforms to the PDF/UA specification.

    Related API Members

    The following properties accept/return PdfUACompatibility values:

    See Also