Property PrintingSelectionOnlyEnabled
- Namespace
- DotNetBrowser.Print.Settings
- Assembly
- DotNetBrowser.dll
PrintingSelectionOnlyEnabled
Enables or disables printing only the selected content.
bool PrintingSelectionOnlyEnabled { get; set; }
Property Value
- bool
true
if printing only the selected content is enabled,false
otherwise.
Exceptions
- ArgumentException
Only the selected content printing is not supported by the printer.