Click or drag to resize

IPrintHeaderFooterTPrintSettings Interface

Allows configuring printing headers and footers.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPrintHeaderFooterTPrintSettings type exposes the following members.

Properties
  NameDescription
Public propertyPrintingHeaderFooterEnabled
Enables or disables printing headers and footer.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring printing headers and footers.
See Also