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


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