ViewOptions Class
Provides rendering options.
Inheritance Hierarchy

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public abstract class ViewOptions : BaseViewOptions

The ViewOptions type exposes the following members.

Constructors
  NameDescription
Protected methodViewOptions
Initializes a new instance of the ViewOptions class
Properties
  NameDescription
Public propertyArchiveOptions
The archive files view options.
(Inherited from BaseViewOptions.)
Public propertyCadOptions
The CAD drawing view options.
(Inherited from BaseViewOptions.)
Public propertyDefaultFontName
Default font to be used when particular font used in document can't be found.
(Inherited from BaseViewOptions.)
Public propertyEmailOptions
The email messages view options.
(Inherited from BaseViewOptions.)
Public propertyMailStorageOptions
Mail storage data files view options.
(Inherited from BaseViewOptions.)
Public propertyOutlookOptions
The MS Outlook data files view options.
(Inherited from BaseViewOptions.)
Public propertyPdfOptions
The PDF documents view options.
(Inherited from BaseViewOptions.)
Public propertyPresentationOptions
The presentation processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyProjectManagementOptions
The project management files view options.
(Inherited from BaseViewOptions.)
Public propertyRenderComments
Enables rendering comments.
(Inherited from BaseViewOptions.)
Public propertyRenderHiddenPages
Enables rendering of hidden pages.
(Inherited from BaseViewOptions.)
Public propertyRenderNotes
Enables rendering notes.
(Inherited from BaseViewOptions.)
Public propertySpreadsheetOptions
The spreadsheet files view options.
(Inherited from BaseViewOptions.)
Public propertyTextOptions
Text files splitting to pages options.
(Inherited from BaseViewOptions.)
Public propertyVisioRenderingOptions
The Visio files processing documents view options.
(Inherited from BaseViewOptions.)
Public propertyWatermark
The text watermark applied to each page.
Public propertyWebDocumentOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
(Inherited from BaseViewOptions.)
Public propertyWordProcessingOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.
(Inherited from BaseViewOptions.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRotatePage
Applies clockwise rotation to the page.
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldPageRotations
The page rotations.
See Also