PdfExportOptions.PdfUACompatibility Property
In This Article
Specifies document compatibility with the PDF/UA specification.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
[DefaultValue(PdfUACompatibility.None)]
public PdfUACompatibility PdfUACompatibility { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Pdf |
None | A Pdf |
Available values:
Name | Description |
---|---|
None | The document is not PDF/UA-compatible. |
Pdf |
The document conforms to the PDF/UA specification. |
#Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to Pdf |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
See Also