Click or drag to resize

IPrintBackgrounds<TPrintSettings> Interface

Allows configuring printing background graphics.

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

Type Parameters

TPrintSettings
The specific print settings type.

The IPrintBackgrounds<TPrintSettings> type exposes the following members.

Properties
  NameDescription
Public propertyPrintingBackgroundsEnabled
Enables or disables printing background graphics.
Top
Extension Methods
Remarks
This interface is implemented by specific IPrintSettings implementations that support configuring printing background graphics.
See Also