Skip to main content
All docs
V24.2

PdfUACompatibility Enum

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.2.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