Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfPrinterSettings.PrintingDpi Property

Specifies the dpi value used to print the PDF document.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.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