Click or drag to resize

IHtmlSettings Methods

The SystemPrinterIHtmlSettings 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 MethodDisableCollatePrintingSystemPrinterIHtmlSettings
Disables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodDisablePrintingBackgroundsSystemPrinterIHtmlSettings
Disables printing background graphics.
(Defined by PrintBackgroundsExtensions.)
Public Extension MethodDisablePrintingHeaderFooterSystemPrinterIHtmlSettings
Disables printing headers and footers.
(Defined by PrintHeaderFooterExtensions.)
Public Extension MethodDisablePrintingSelectionOnlySystemPrinterIHtmlSettings
Disables printing only the selected content.
(Defined by PrintSelectionOnlyExtensions.)
Public Extension MethodEnableCollatePrintingSystemPrinterIHtmlSettings
Enables collate printing.
(Defined by CollateExtensions.)
Public Extension MethodEnablePrintingBackgroundsSystemPrinterIHtmlSettings
Enables printing background graphics.
(Defined by PrintBackgroundsExtensions.)
Public Extension MethodEnablePrintingHeaderFooterSystemPrinterIHtmlSettings
Enables printing headers and footers.
(Defined by PrintHeaderFooterExtensions.)
Public Extension MethodEnablePrintingSelectionOnlySystemPrinterIHtmlSettings
Enables printing only the selected content.
(Defined by PrintSelectionOnlyExtensions.)
Public Extension MethodSetColorModelSystemPrinterIHtmlSettings
Sets the color model used for printing.
(Defined by ColorModelExtensions.)
Public Extension MethodSetCopiesSystemPrinterIHtmlSettings
Sets the number of copies to print.
(Defined by CopiesExtensions.)
Public Extension MethodSetDuplexModeSystemPrinterIHtmlSettings
Sets the duplex mode.
(Defined by DuplexModeExtensions.)
Public Extension MethodSetFooterTemplateSystemPrinterIHtmlSettings
Sets the HTML to be displayed in the footer.
(Defined by FooterTemplateExtensions.)
Public Extension MethodSetHeaderTemplateSystemPrinterIHtmlSettings
Sets the HTML to be displayed in the header.
(Defined by HeaderTemplateExtensions.)
Public Extension MethodSetOrientationSystemPrinterIHtmlSettings
Sets the page orientation.
(Defined by OrientationExtensions.)
Public Extension MethodSetPageMarginsSystemPrinterIHtmlSettings
Configures the page margins for printing
(Defined by PageMarginsExtensions.)
Public Extension MethodSetPageRangesSystemPrinterIHtmlSettings
Sets the collection of the page ranges to print.
(Defined by PageRangesExtensions.)
Public Extension MethodSetPagesPerSheetSystemPrinterIHtmlSettings
Sets the number of pages per sheet.
(Defined by PagesPerSheetExtensions.)
Public Extension MethodSetPaperSizeSystemPrinterIHtmlSettings
Sets the paper size for printing.
(Defined by PaperSizeExtensions.)
Public Extension MethodSetScalingSystemPrinterIHtmlSettings
Sets the scaling for printing.
(Defined by ScalingExtensions.)
Top
See Also