corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-476543af.md
This property is now obsolete. Use the PdfACompatibility property instead.
Obsolete. Use the PdfExportOptions.PdfACompatibility property instead.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
[Browsable(false)]
[DefaultValue(false)]
[Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")]
public bool PdfACompatible { get; set; }
<Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")>
<DefaultValue(False)>
<Browsable(False)>
Public Property PdfACompatible As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true if the document supports PDF/A ; otherwise false.
|
You can access this nested property as listed below:
| Library | Object Type | Path to PdfACompatible |
|---|---|---|
| Cross-Platform Class Library | ExportOptions |
.Pdf .PdfACompatible
| | WinForms Controls | DiagramOptionsExport |
.PdfExportOptions .PdfACompatible
| | WPF Controls | DiagramControl |
.PdfExportOptions .PdfACompatible
|
See Also