ViewInfoOptions Class
Provides options used for retrieving information about view.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsBaseViewOptions
    GroupDocs.Viewer.OptionsViewInfoOptions

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

The ViewInfoOptions type exposes the following members.

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 propertyExtractText
Indicates that text extraction is enabled.
Public propertyHeight
Image height (for rendering to PNG/JPG only)
Public propertyMailStorageOptions
Mail storage data files view options.
(Inherited from BaseViewOptions.)
Public propertyMaxHeight
Max height of the output image (for rendering to PNG/JPG only)
Public propertyMaxWidth
Max width of the output image (for rendering to PNG/JPG only)
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 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 propertyWidth
Image width (for rendering to PNG/JPG only)
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 methodStatic memberForHtmlView
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into HTML.
Public methodStatic memberForHtmlView(Boolean)
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into HTML.
Public methodStatic memberForJpgView
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into JPG.
Public methodStatic memberForJpgView(Boolean)
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into JPG.
Public methodStatic memberForPngView
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into PNG.
Public methodStatic memberForPngView(Boolean)
Initializes new instance of ViewInfoOptions class to retrieve information about view when rendering into PNG.
Public methodStatic memberFromHtmlViewOptions
Initializes new instance of ViewInfoOptions class based on HtmlViewOptions object.
Public methodStatic memberFromJpgViewOptions
Initializes new instance of ViewInfoOptions class based on JpgViewOptions object.
Public methodStatic memberFromPngViewOptions
Initializes new instance of ViewInfoOptions class based on PngViewOptions object.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also