Interface IPrintBackgrounds<TPrintSettings>
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
Allows configuring printing background graphics.
public interface IPrintBackgrounds<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 background graphics.
Properties
- PrintingBackgroundsEnabled
Enables or disables printing background graphics.