GoViewSheetStyle Enumeration
In This Topic
Specifies values for
GoView.
GoView.SheetStyle, which affects the behavior of
GoView.UpdateExtent to automatically scroll and scale the view as the view's size is changed, or (in WinForms) when the PrintScale is changed.
Syntax
Members
Member | Description |
None |
The GoView.Sheet is not visible, and the view does not rescale/scroll automatically as the view's size is changed.
|
Sheet |
The GoView.Sheet is visible, but do not rescale/scroll automatically as the view's size is changed.
|
SheetHeight |
Keep the whole height of the page visible as the view's size is changed.
|
SheetWidth |
Keep the whole width of the page visible as the view's size is changed.
|
WholeSheet |
Keep the whole page visible as the view's size is changed.
|
See Also