[DefaultMember("Item")] [Serializable()] public class GoSheet : GoGroup, IGoCollection
[DefaultMember("Item")] [Serializable()] public class GoSheet : GoGroup, IGoCollection
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.