Back to Devexpress

PdfDocumentConverter.PdfUACompatibility Property

officefileapi-devexpress-dot-pdf-dot-pdfdocumentconverter-c5d9142d.md

latest1.4 KB
Original Source

PdfDocumentConverter.PdfUACompatibility Property

Gets the PDF/UA version of the document loaded to the converter.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

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

Property Value

TypeDescription
PdfUACompatibility

A PdfUACompatibility value that specifies the PDF/UA version of the document.

|

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

PdfDocumentConverter Class

PdfDocumentConverter Members

DevExpress.Pdf Namespace