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

PrinterSettingsUsing Constructors

Represents options that specify which of the default printer’s settings should be used when printing a document.
Name Parameters Description
PrinterSettingsUsing() none Initializes a new instance of the PrinterSettingsUsing class with default settings.
PrinterSettingsUsing(PrinterSettingsUsing) source Initializes a new instance of the PrinterSettingsUsing class with the specified values for its properties.
PrinterSettingsUsing(Boolean, Boolean, Boolean) useMargins, usePaperKind, useLandscape For internal use.
PrinterSettingsUsing(Boolean, Boolean) usePaperKind, useLandscape Initializes a new instance of the PrinterSettingsUsing class with the specified paper kind and orientation settings of the system’s default printer.
See Also