GoDiagram Web Reference
GoSheet Class
Members 

This class is an object that represents a sheet of paper, normally only used as a background GoView.Sheet in a GoView.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoSheet 
   Inherits GoGroup
   Implements IGoCollection 
[SerializableAttribute()]
public class GoSheet : GoGroup, IGoCollection  
Remarks

A sheet also supports a Grid and an optional BackgroundImage that you can set. It also can paint the margins to let the user know where the margins are.

For WinForms, you will need to set the margins appropriately, given the current page settings for your application. Given a PageSettings object you can call UpdateBounds to adjust the sizes of the Paper and the margins.

Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoGroup
         Northwoods.GoWeb.GoSheet

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

GoSheet Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback