Method SetFooterTemplate
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
SetFooterTemplate<TPrintSettings>(IFooterTemplate<TPrintSettings>, string)
Sets the HTML to be displayed in the footer.
public static TPrintSettings SetFooterTemplate<TPrintSettings>(this IFooterTemplate<TPrintSettings> obj, string footerTemplate) where TPrintSettings : class, IPrintSettings
Parameters
objIFooterTemplate<TPrintSettings>The IFooterTemplate<TPrintSettings> implementation.
footerTemplatestringThe HTML to be displayed in the footer. Cannot be null.
Returns
- TPrintSettings
The current print settings instance.
Type Parameters
TPrintSettingsThe specific print settings type.
Exceptions
- ArgumentNullException
The specified header template is null.