Click or drag to resize

IPdfSettings Methods

The SystemPrinter.IPdfSettings 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 MethodDisableCollatePrinting<SystemPrinter.IPdfSettings>
Disables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodEnableCollatePrinting<SystemPrinter.IPdfSettings>
Enables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodSetColorModel<SystemPrinter.IPdfSettings>
Sets the color model used for printing.
(Defined by ColorModelExtensions.)
Public Extension MethodSetCopies<SystemPrinter.IPdfSettings>
Sets the number of copies to print.
(Defined by CopiesExtensions.)
Public Extension MethodSetDuplexMode<SystemPrinter.IPdfSettings>
Sets the duplex mode.
(Defined by DuplexModeExtensions.)
Public Extension MethodSetPageRanges<SystemPrinter.IPdfSettings>
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheet<SystemPrinter.IPdfSettings>
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSize<SystemPrinter.IPdfSettings>
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetScaling<SystemPrinter.IPdfSettings>
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also