Skip to main content
A newer version of this page is available. .

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

Declaration

[Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")]
[DefaultValue(false)]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
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
WPF Controls ExportOptionsContainer
.Pdf.PdfACompatible
See Also