Skip to main content
A newer version of this page is available. .
All docs
V21.2

PrintingOptions.Pdf Property

Exposes options that specify how to print PDF content.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static PdfPrintingOptions Pdf { get; }

Property Value

Type Description
PdfPrintingOptions

Options that specify how to print PDF content.

Remarks

The Pdf.RenderingEngine property allows you to change the engine that renders PDF content.

See Also