Click or drag to resize

SystemPrinterIHtmlSettings Interface

Print settings available when printing HTML content on a physical printer.

Namespace:  DotNetBrowser.Print
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IHtmlSettings : SystemPrinterISettings<SystemPrinterIHtmlSettings>, 
	IPrintSettings, ICollate<SystemPrinterIHtmlSettings>, IColorModel<SystemPrinterIHtmlSettings>, 
	ICopies<SystemPrinterIHtmlSettings>, IDuplexMode<SystemPrinterIHtmlSettings>, IPageRanges<SystemPrinterIHtmlSettings>, 
	IPagesPerSheet<SystemPrinterIHtmlSettings>, IPaperSize<SystemPrinterIHtmlSettings>, IScaling<SystemPrinterIHtmlSettings>, 
	IPageMargins<SystemPrinterIHtmlSettings>, IPrintHeaderFooter<SystemPrinterIHtmlSettings>, IOrientation<SystemPrinterIHtmlSettings>, 
	IPrintBackgrounds<SystemPrinterIHtmlSettings>, IPrintSelectionOnly<SystemPrinterIHtmlSettings>, IHeaderTemplate<SystemPrinterIHtmlSettings>, 
	IFooterTemplate<SystemPrinterIHtmlSettings>

The SystemPrinterIHtmlSettings type exposes the following members.

Properties
  NameDescription
Public propertyCollatePrintingEnabled
Enables or disables collate printing.
(Inherited from ICollateTPrintSettings.)
Public propertyColorModel
Gets or sets the color model.
(Inherited from IColorModelTPrintSettings.)
Public propertyCopies
Gets or sets the number of copies to print.
(Inherited from ICopiesTPrintSettings.)
Public propertyDuplexMode
Gets or sets the duplex mode.
(Inherited from IDuplexModeTPrintSettings.)
Public propertyFooterTemplate
Gets or sets the HTML to be displayed in the footer.
(Inherited from IFooterTemplateTPrintSettings.)
Public propertyHeaderTemplate
Gets or sets the HTML to be displayed in the header.
(Inherited from IHeaderTemplateTPrintSettings.)
Public propertyOrientation
Gets or sets the page orientation.
(Inherited from IOrientationTPrintSettings.)
Public propertyPageMargins
Gets or sets the page margins for printing.
(Inherited from IPageMarginsTPrintSettings.)
Public propertyPageRanges
Gets or sets the collection of the page ranges to print.
(Inherited from IPageRangesTPrintSettings.)
Public propertyPagesPerSheet
Gets or sets the number of pages per sheet.
(Inherited from IPagesPerSheetTPrintSettings.)
Public propertyPaperSize
Gets or sets the paper size for printing.
(Inherited from IPaperSizeTPrintSettings.)
Public propertyPrintingBackgroundsEnabled
Enables or disables printing background graphics.
(Inherited from IPrintBackgroundsTPrintSettings.)
Public propertyPrintingHeaderFooterEnabled
Enables or disables printing headers and footer.
(Inherited from IPrintHeaderFooterTPrintSettings.)
Public propertyPrintingSelectionOnlyEnabled
Enables or disables printing only the selected content.
(Inherited from IPrintSelectionOnlyTPrintSettings.)
Public propertyScaling
Gets or sets the scaling for printing.
(Inherited from IScalingTPrintSettings.)
Top
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