Table of Contents

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

obj IFooterTemplate<TPrintSettings>

The IFooterTemplate<TPrintSettings> implementation.

footerTemplate string

The HTML to be displayed in the footer. Cannot be null.

Returns

TPrintSettings

The current print settings instance.

Type Parameters

TPrintSettings

The specific print settings type.

Exceptions

ArgumentNullException

The specified header template is null.