GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / IsPrinting Property
In This Topic
    IsPrinting Property
    In This Topic
    Gets whether any painting that is ongoing is part of a printing operation.
    Syntax
    [Browsable(false)]
    public virtual bool IsPrinting {get;}

    Property Value

    This value is true when indirectly invoked by the Print method.
    See Also