IFooterTemplateTPrintSettings Interface |
Namespace: DotNetBrowser.Print.Settings
public interface IFooterTemplate<out TPrintSettings> where TPrintSettings : class, IPrintSettings
The IFooterTemplateTPrintSettings type exposes the following members.
Name | Description | |
---|---|---|
FooterTemplate |
Gets or sets the HTML to be displayed in the footer.
|
Name | Description | |
---|---|---|
SetFooterTemplateTPrintSettings |
Sets the HTML to be displayed in the footer.
(Defined by FooterTemplateExtensions.) |
This interface is implemented by specific IPrintSettings implementations that support configuring the footer for printing.