Click or drag to resize

PrinterTPrintSettingsIsDefault Property

Indicates whether this printer is the default system printer.

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

Property Value

Type: Boolean
true if this printer is the default system printer, false otherwise.
See Also