Back to Devexpress

PdfDocument.PdfUACompatibility Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-0c2f8a58.md

latest1.3 KB
Original Source

PdfDocument.PdfUACompatibility Property

Gets the PDF/UA compliance level of the document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfUACompatibility PdfUACompatibility { get; }
vb
Public ReadOnly Property PdfUACompatibility As PdfUACompatibility

Property Value

TypeDescription
PdfUACompatibility

The PDF/UA standard version the document conforms to.

|

Available values:

NameDescription
None

The document format is not compatible with PDF/UA.

| | PdfUA1 |

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

|

See Also

PdfACompatibility

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace