IHeaderTemplate<TPrintSettings> Interface |
Namespace: DotNetBrowser.Print.Settings
public interface IHeaderTemplate<out TPrintSettings> where TPrintSettings : class, IPrintSettings
The IHeaderTemplate<TPrintSettings> type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeaderTemplate |
Gets or sets the HTML to be displayed in the header.
|
Name | Description | |
---|---|---|
![]() | SetHeaderTemplate<TPrintSettings> |
Sets the HTML to be displayed in the header.
(Defined by HeaderTemplateExtensions.) |
This interface is implemented by specific IPrintSettings implementations that support configuring the header for printing.