GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / CanPrintObjects Method
In This Topic
    CanPrintObjects Method
    In This Topic
    Called to see if the view should print objects in this layer.
    Syntax
    public bool CanPrintObjects()
    Remarks
    This just returns AllowPrint. This predicate is used by methods such as Paint.
    See Also