Skip to main content
All docs
V24.1

PdfUACompatibility Enum

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[ResourceFinder(typeof(ResFinder))]
[TypeConverter(typeof(EnumTypeConverter))]
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