Back to Devexpress

PdfPrinterSettings.PrintingDpi Property

officefileapi-devexpress-dot-pdf-dot-pdfprintersettings-7c5f1808.md

latest1.9 KB
Original Source

PdfPrinterSettings.PrintingDpi Property

Specifies the dpi value used to print the PDF document.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

csharp
public int PrintingDpi { get; set; }
vb
Public Property PrintingDpi As Integer

Property Value

TypeDescription
Int32

A Int32 value which represents the printing dpi.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to PrintingDpi
WinForms ControlsPdfPageSetupDialogShowingEventArgs

.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

PdfPrinterSettings Class

PdfPrinterSettings Members

DevExpress.Pdf Namespace