Interface IPrintHeaderFooter<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring printing headers and footers.
public interface IPrintHeaderFooter<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 printing headers and footers.
Properties
- PrintingHeaderFooterEnabled
Enables or disables printing headers and footer.