Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / IsPrinting Property


In This Topic
    IsPrinting Property
    In This Topic
    Gets a boolean value indicates whether the process is printing.
    Syntax
    'Declaration
     
    
    ReadOnly Property IsPrinting As Boolean
    'Usage
     
    
    Dim instance As IDrawingContext
    Dim value As Boolean
     
    value = instance.IsPrinting
    bool IsPrinting {get;}
    See Also