Click or drag to resize

IFooterTemplateTPrintSettings Interface

Allows configuring the HTML template for the print footer.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public interface IFooterTemplate<out TPrintSettings>
where TPrintSettings : class, IPrintSettings

Type Parameters

TPrintSettings
The specific print settings type.

The IFooterTemplateTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyFooterTemplate
Gets or sets the HTML to be displayed in the footer.
Top
Extension Methods
Remarks

This interface is implemented by specific IPrintSettings implementations that support configuring the footer for printing.

See Also