Click or drag to resize

IHeaderTemplateTPrintSettings Interface

Allows configuring the HTML template for the print header.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IHeaderTemplate<out TPrintSettings>
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The specific print settings type.

The IHeaderTemplateTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyHeaderTemplate
Gets or sets the HTML to be displayed in the header.
Top
Extension Methods
Remarks

This interface is implemented by specific IPrintSettings implementations that support configuring the header for printing.

See Also