ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / IPrinterSettings Interface / IsDefaultPrinter Property

In This Topic
    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