IPrintSelectionOnlyTPrintSettingsPrintingSelectionOnlyEnabled Property |
Enables or disables printing only the selected content.
Namespace:
DotNetBrowser.Print.Settings
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.10
Syntaxbool PrintingSelectionOnlyEnabled { get; set; }
Property Value
Type:
Booleantrue if printing only the selected content is enabled,
false otherwise.
ExceptionsException | Condition |
---|
ArgumentException | Only the selected content printing is not supported by the printer. |
See Also