IsDefaultPrinter Property
In This Topic
Gets a value indicating whether the PrinterName property designates the default printer, except when the user explicitly sets PrinterName.
Syntax
'Declaration
ReadOnly Property IsDefaultPrinter As Boolean
bool IsDefaultPrinter {get;}
Property Value
true if PrinterName designates the default printer; otherwise,
false.
See Also