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

In This Topic
    IsValid Property (IPrinterSettings)
    In This Topic
    Gets a value indicating whether the PrinterName property designates a valid printer.
    Syntax
    'Declaration
     
    ReadOnly Property IsValid As Boolean
    bool IsValid {get;}

    Property Value

    true if the PrinterName property designates a valid printer; otherwise, false.
    See Also