PdfUACompatibility Enum
In This Article
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
#Members
Name | Description |
---|---|
None
|
The document is not PDF/UA-compatible. |
Pdf
|
The document conforms to the PDF/UA specification. |
#Related API Members
The following properties accept/return PdfUACompatibility values:
See Also