Click or drag to resize

ISettings<T> Properties

The SystemPrinter.ISettings<T> generic type exposes the following members.

Properties
  NameDescription
Public propertyCollatePrintingEnabled
Enables or disables collate printing.
(Inherited from ICollate<TPrintSettings>.)
Public propertyColorModel
Gets or sets the color model.
(Inherited from IColorModel<TPrintSettings>.)
Public propertyCopies
Gets or sets the number of copies to print.
(Inherited from ICopies<TPrintSettings>.)
Public propertyDuplexMode
Gets or sets the duplex mode.
(Inherited from IDuplexMode<TPrintSettings>.)
Public propertyPageRanges
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRanges<TPrintSettings>.)
Public propertyPagesPerSheet
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheet<TPrintSettings>.)
Public propertyPaperSize
Gets or sets the paper size for printing.
(Inherited from IPaperSize<TPrintSettings>.)
Public propertyScaling
Gets or sets the scaling for printing.
(Inherited from IScaling<TPrintSettings>.)
Top
See Also