Back to Devexpress

PdfUACompatibility Enum

corelibraries-devexpress-dot-xtraprinting-01d2fc48.md

latest1.2 KB
Original Source

PdfUACompatibility Enum

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[ResourceFinder(typeof(ResFinder))]
public enum PdfUACompatibility
vb
<ResourceFinder(GetType(ResFinder))>
Public Enum PdfUACompatibility

Members

NameDescription
None

The document is not PDF/UA -compatible.

| | PdfUA1 |

The document conforms to the PDF/UA specification.

|

The following properties accept/return PdfUACompatibility values:

See Also

DevExpress.XtraPrinting Namespace