Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPrinterSettings.PrintingDpi Property

Specifies the dpi value used to print the PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public int PrintingDpi { get; set; }

Property Value

Type Description
Int32

A Int32 value which represents the printing dpi.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PrintingDpi
WinForms Controls PdfPageSetupDialogShowingEventArgs
.PrinterSettings .PrintingDpi
WPF Controls PageSetupDialogShowingEventArgs
.PrinterSettings .PrintingDpi

Remarks

The PrintingDpi property is in effect when the PdfPrinterSettings.EnableLegacyPrinting property is set to true (a document is printed using the old printing engine).

See Also