ViewOptions
Overview
ViewOptions is a class in Aspose.Words FOSS for .NET.
Provides various options that control how a document is shown in Microsoft Word.
Properties: DisplayBackgroundShape, DoNotDisplayPageBoundaries, FormsDesign, ViewType, ZoomPercent, ZoomType.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ViewType | ViewType | Read/Write | Controls the view mode in Microsoft Word. |
ZoomType | ZoomType | Read/Write | Gets or sets a zoom value based on the size of the window. |
ZoomPercent | int | Read/Write | Gets or sets the percentage at which you want to view your document. |
DoNotDisplayPageBoundaries | bool | Read/Write | Turns off display of the space between the top of the text and the top edge of the page. |
DisplayBackgroundShape | bool | Read/Write | Controls display of the background shape in print layout view. |
FormsDesign | bool | Read/Write | Specifies whether the document is in forms design mode. |