Interface IHeaderTemplate<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring the HTML template for the print header.
public interface IHeaderTemplate<out TPrintSettings> where TPrintSettings : class, IPrintSettings
Type Parameters
TPrintSettings
The specific print settings type.
- Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring the header for printing.
Properties
- HeaderTemplate
Gets or sets the HTML to be displayed in the header.