Click or drag to resize

IHtmlSettings Properties

The SystemPrinter.IHtmlSettings 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 propertyFooterTemplate
Gets or sets the HTML to be displayed in the footer.
(Inherited from IFooterTemplate<TPrintSettings>.)
Public propertyHeaderTemplate
Gets or sets the HTML to be displayed in the header.
(Inherited from IHeaderTemplate<TPrintSettings>.)
Public propertyOrientation
Gets or sets the page orientation.
(Inherited from IOrientation<TPrintSettings>.)
Public propertyPageMargins
Gets or sets the page margins for printing.
(Inherited from IPageMargins<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 propertyPrintingBackgroundsEnabled
Enables or disables printing background graphics.
(Inherited from IPrintBackgrounds<TPrintSettings>.)
Public propertyPrintingHeaderFooterEnabled
Enables or disables printing headers and footer.
(Inherited from IPrintHeaderFooter<TPrintSettings>.)
Public propertyPrintingSelectionOnlyEnabled
Enables or disables printing only the selected content.
(Inherited from IPrintSelectionOnly<TPrintSettings>.)
Public propertyScaling
Gets or sets the scaling for printing.
(Inherited from IScaling<TPrintSettings>.)
Top
See Also