Click or drag to resize

IPrintBackgroundsTPrintSettingsPrintingBackgroundsEnabled Property

Enables or disables printing background graphics.

Namespace:  DotNetBrowser.Print.Settings
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
bool PrintingBackgroundsEnabled { get; set; }

Property Value

Type: Boolean
true if printing background graphics is enabled, false otherwise.
Exceptions
ExceptionCondition
ArgumentExceptionThe background graphics printing is not supported by the printer.
See Also