Skip to main content
All docs
V25.2
  • PdfDocument.PdfUACompatibility Property

    Gets the PDF/UA compliance level of the document.

    Namespace: DevExpress.Pdf

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

    Declaration

    public PdfUACompatibility PdfUACompatibility { get; }

    Property Value

    Type Description
    PdfUACompatibility

    The PDF/UA standard version the document conforms to.

    Available values:

    Name Description
    None

    The document format is not compatible with PDF/UA.

    PdfUA1

    The document supports the ISO 14289-1:2014 standard.

    See Also