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

PrintingSettings.UseNewPdfExport Property

Enables you to avoid possible issues related to PDF export that you may encounter after upgrading to version 16.1.

Namespace: DevExpress.XtraPrinting.Native

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public static bool UseNewPdfExport { get; set; }

Property Value

Type Description
Boolean

true to use the newer PDF rendering engine; otherwise false. The default is true.

Remarks

Starting with version 16.1, a new PDF export engine is implemented that uses the DevExpress.Pdf.v18.2.Core assembly.

If the new export engine produces incorrect documents, use the UseNewPdfExport property to revert to the older export engine.

See Also