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

NameTypeAccessDescription
ViewTypeViewTypeRead/WriteControls the view mode in Microsoft Word.
ZoomTypeZoomTypeRead/WriteGets or sets a zoom value based on the size of the window.
ZoomPercentintRead/WriteGets or sets the percentage at which you want to view your document.
DoNotDisplayPageBoundariesboolRead/WriteTurns off display of the space between the top of the text and the top edge of the page.
DisplayBackgroundShapeboolRead/WriteControls display of the background shape in print layout view.
FormsDesignboolRead/WriteSpecifies whether the document is in forms design mode.

See Also