Back to Devexpress

PdfExportOptions.PdfACompatible Property

corelibraries-devexpress-dot-xtraprinting-dot-pdfexportoptions-476543af.md

latest2.5 KB
Original Source

PdfExportOptions.PdfACompatible Property

OBSOLETE

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")]
public bool PdfACompatible { get; set; }
vb
<Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")>
<DefaultValue(False)>
<Browsable(False)>
Public Property PdfACompatible As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the document supports PDF/A ; otherwise false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to PdfACompatible
Cross-Platform Class LibraryExportOptions

.Pdf .PdfACompatible

| | WinForms Controls | DiagramOptionsExport |

.PdfExportOptions .PdfACompatible

| | WPF Controls | DiagramControl |

.PdfExportOptions .PdfACompatible

|

See Also

PdfACompatibility

PdfExportOptions Class

PdfExportOptions Members

DevExpress.XtraPrinting Namespace