GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / CanPrint Method
In This Topic
    CanPrint Method
    In This Topic
    Called to see if the view can print this object.
    Syntax
    public virtual bool CanPrint()
    Remarks
    This returns true if Printable, if its parent is printable, and if this object is part of a layer, whether Layer.CanPrintObjects is true. This predicate is used by methods such as Paint when GoView.GoView.IsPrinting is true for a view.
    See Also