Skip to main content
A newer version of this page is available. .

PdfPrinterSettings Class

Provides the additional printer settings to a PDF Viewer.

Namespace: DevExpress.Pdf

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

To specify the standard printer settings in a PDF Viewer, create a PrinterSettings instance and assign it to a PdfPrinterSettings.

To apply the specified PDF printer settings, pass them as a parameter to the corresponding overload of the PdfViewer.Print method.

The following image illustrates the Print dialog of a PDF Viewer.

pdf-viewer-print-dialog-window

Inheritance

Object
PdfPrinterSettings
See Also