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.v21.1.Drawing.dll

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public class PdfPrinterSettings

The following members return PdfPrinterSettings objects:

Library Related API Members
WinForms Controls PdfPageSetupDialogShowingEventArgs.PrinterSettings
PdfViewer.ShowPrintPageSetupDialog()
WPF Controls PageSetupDialogShowingEventArgs.PrinterSettings
PdfViewerControl.ShowPrintPageSetupDialog()

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