Table of Contents

Interface IFooterTemplate<TPrintSettings>

Namespace
DotNetBrowser.Print.Settings
Assembly
DotNetBrowser.dll

Allows configuring the HTML template for the print footer.

public interface IFooterTemplate<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 footer for printing.

Properties

FooterTemplate

Gets or sets the HTML to be displayed in the footer.