Skip to main content

PdfPrinterSettings Constructors

Provides the additional printer settings to a PDF Viewer.
Name Parameters Description
PdfPrinterSettings() none Initializes a new instance of the PdfPrinterSettings class with the default settings.
PdfPrinterSettings(DXPrinterSettings) settings Initializes a new instance of the PdfPrinterSettings class with specified settings.
PdfPrinterSettings(PrinterSettings) settings Initializes a new instance of the PdfPrinterSettings class with the specified settings.
See Also