Click or drag to resize

ISettingsT Methods

The SystemPrinterISettingsT generic type exposes the following members.

Methods
  NameDescription
Public methodApply
Applies the configured print settings. You should call this method to regenerate the internal print preview using the configured settings and update the total page count to be printed.
(Inherited from IPrintSettings.)
Top
Extension Methods
  NameDescription
Public Extension MethodDisableCollatePrintingT
Disables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodEnableCollatePrintingT
Enables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodSetColorModelT
Sets the color model used for printing.
(Defined by ColorModelExtensions.)
Public Extension MethodSetCopiesT
Sets the number of copies to print.
(Defined by CopiesExtensions.)
Public Extension MethodSetDuplexModeT
Sets the duplex mode.
(Defined by DuplexModeExtensions.)
Public Extension MethodSetPageRangesT
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheetT
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSizeT
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetScalingT
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also