GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / PrintsViewObjects Property
In This Topic
    PrintsViewObjects Property
    In This Topic
    Gets or sets whether PrintView should print objects that belong to view layers as well as all document objects.
    Syntax
    [Category("Printing")]
    [DefaultValue(false)]
    [Description("Whether to print view objects such as selection handles, as well as document objects")]
    public virtual bool PrintsViewObjects {get; set;}

    Property Value

    By default this is false.
    Remarks
    You can disable printing layers of objects and individual objects by setting GoLayer.GoLayer.AllowPrint or GoObject.GoObject.Printable to false.
    See Also