PdfExportOptions.PdfACompatible Property
In This Article
OBSOLETE
This property is now obsolete. Use the Pdf
Obsolete. Use the PdfExportOptions.PdfACompatibility property instead.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.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 Pdf |
---|---|---|
Cross-Platform Class Library | Export |
|
Win |
Diagram |
|
WPF Controls | Diagram |
|
See Also