Property IsDefaultPrinter
IsDefaultPrinter
Gets a value indicating whether the PrinterName property designates the default printer.
bool IsDefaultPrinter { get; }
Property Value
- bool
true if PrinterName designates the default printer; otherwise, false.
Remarks
IsDefaultPrinter always returns false when you explicitly set the PrinterName property to a string value other than null.