BaseViewOptions Class
Provides base rendering options.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsBaseViewOptions
    GroupDocs.Viewer.OptionsViewInfoOptions
    GroupDocs.Viewer.OptionsViewOptions

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

The BaseViewOptions type exposes the following members.

Constructors
  NameDescription
Protected methodBaseViewOptions
Initializes a new instance of the BaseViewOptions class
Properties
  NameDescription
Public propertyArchiveOptions
The archive files view options.
Public propertyCadOptions
The CAD drawing view options.
Public propertyDefaultFontName
Default font to be used when particular font used in document can't be found.
Public propertyEmailOptions
The email messages view options.
Public propertyMailStorageOptions
Mail storage data files view options.
Public propertyOutlookOptions
The MS Outlook data files view options.
Public propertyPdfOptions
The PDF documents view options.
Public propertyPresentationOptions
The presentation processing documents view options.
Public propertyProjectManagementOptions
The project management files view options.
Public propertyRenderComments
Enables rendering comments.
Public propertyRenderHiddenPages
Enables rendering of hidden pages.
Public propertyRenderNotes
Enables rendering notes.
Public propertySpreadsheetOptions
The spreadsheet files view options.
Public propertyTextOptions
Text files splitting to pages options.
Public propertyVisioRenderingOptions
The Visio files processing documents view options.
Public propertyWebDocumentOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Web documents.
Public propertyWordProcessingOptions
This rendering options enables you to customize the appearance of the output HTML/PDF/PNG/JPEG when rendering Word documents.
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 methodToString (Inherited from Object.)
See Also