GoDiagram Win Reference
PrintsViewObjects Property

Gets or sets whether PrintView should print objects that belong to view layers as well as all document objects.
Syntax
'Declaration
 
<CategoryAttribute("Printing")>
<DescriptionAttribute("Whether to print view objects such as selection handles, as well as document objects")>
<DefaultValueAttribute()>
Public Overridable Property PrintsViewObjects As Boolean
[CategoryAttribute("Printing")]
[DescriptionAttribute("Whether to print view objects such as selection handles, as well as document objects")]
[DefaultValueAttribute()]
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.AllowPrint or GoObject.Printable to false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoView Class
GoView Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback