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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
[Browsable(false)]
[Obsolete("This property is now obsolete. Use the PdfACompatibility property instead.")]
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool PdfACompatible { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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 |
|
WinForms Controls | DiagramOptionsExport |
|
WPF Controls | DiagramControl |
|
See Also