PdfExportOptions.PdfUACompatibility Property
Specifies document compatibility with the PDF/UA specification.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
[DefaultValue(PdfUACompatibility.None)]
public PdfUACompatibility PdfUACompatibility { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PdfUACompatibility | None | A PdfUACompatibility enumeration value. |
Available values:
Name | Description |
---|---|
None | The document is not PDF/UA-compatible. |
PdfUA1 | The document conforms to the PDF/UA specification. |
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to PdfUACompatibility |
---|---|---|
Cross-Platform Class Library | ExportOptions |
|
WinForms Controls | DiagramOptionsExport |
|
WPF Controls | DiagramControl |
|
See Also