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

PdfPrinterSettings Class

Provides the additional printer settings to a PDF Viewer.

Namespace: DevExpress.Pdf

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

Declaration

public class PdfPrinterSettings

The following members return PdfPrinterSettings objects:

Library Related API Members
WinForms Controls PdfPageSetupDialogShowingEventArgs.PrinterSettings
WPF Controls PageSetupDialogShowingEventArgs.PrinterSettings

Remarks

Create a PrinterSettings instance and pass it to a PdfPrinterSettings object constructor to specify the standard printer settings.

To apply the specified PDF printer settings, pass the PdfPrinterSettings object as a parameter to one of the following methods:

Inheritance

Object
PdfPrinterSettings
See Also