Click or drag to resize

IPrintSelectionOnlyTPrintSettingsPrintingSelectionOnlyEnabled Property

Enables or disables printing only the selected content.

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

Property Value

Type: Boolean
true if printing only the selected content is enabled, false otherwise.
Exceptions
ExceptionCondition
ArgumentExceptionOnly the selected content printing is not supported by the printer.
See Also