GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoLayer Class / AllowPrint Property
In This Topic
    AllowPrint Property
    In This Topic
    Gets or sets whether the objects in this layer will be printed.
    Syntax
    [Category("Behavior")]
    [DefaultValue(true)]
    [Description("Whether the view can print the objects in this layer.")]
    public bool AllowPrint {get; set;}
    Remarks
    A false value prevents the view from printing objects in this layer.
    See Also