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) | 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