Click or drag to resize

IPdfSettings Methods

The SystemPrinterIPdfSettings 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 MethodDisableCollatePrintingSystemPrinterIPdfSettings
Disables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodEnableCollatePrintingSystemPrinterIPdfSettings
Enables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodSetColorModelSystemPrinterIPdfSettings
Sets the color model used for printing.
(Defined by ColorModelExtensions.)
Public Extension MethodSetCopiesSystemPrinterIPdfSettings
Sets the number of copies to print.
(Defined by CopiesExtensions.)
Public Extension MethodSetDuplexModeSystemPrinterIPdfSettings
Sets the duplex mode.
(Defined by DuplexModeExtensions.)
Public Extension MethodSetPageRangesSystemPrinterIPdfSettings
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheetSystemPrinterIPdfSettings
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSizeSystemPrinterIPdfSettings
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetScalingSystemPrinterIPdfSettings
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also