PdfPrinterSettings.PrintingDpi Property
In This Article
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
#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 Printing |
---|---|---|
Win |
Pdf |
|
WPF Controls | Page |
|
#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