Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[Browsable(false)]
[DefaultValue(false)]
[Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")]
public bool PdfACompatible { get; set; }

Property Value

Type Default Description
Boolean false

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

Property Paths

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