ViewOptions Class
Represents the view options for the DocumentModel. Supported only in DOCX and DOC formats and partially in PDF format.
- Inheritance:
- System.ObjectViewOptions
Remarks
ViewOptions are used to define document view and zoom when document is viewed in an application such as Microsoft Word or Adobe Reader.
For more information, see view options example.
Constructors
ViewOptions()
Initializes a new instance of the ViewOptions class.
Properties
ViewType
Gets or sets the type of the view.
Property Value
The type of the view.
Zoom
Gets or sets the zoom.
Property Value
- System.Int32
The zoom.
Remarks
Zoom can be between 10% and 500%. Default value is 100%.
Methods
Clone()
Clones this ViewOptions instance.
Returns
Cloned ViewOptions.