ViewerSettings Class
Defines settings for customizing Viewer behaviour.
Inheritance Hierarchy
SystemObject
  GroupDocs.ViewerViewerSettings

Namespace: GroupDocs.Viewer
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class ViewerSettings

The ViewerSettings type exposes the following members.

Constructors
  NameDescription
Public methodViewerSettings(ICache)
Initializes new instance of ViewerSettings class.
Public methodViewerSettings(ILogger)
Initializes new instance of ViewerSettings class.
Public methodViewerSettings(ICache, ILogger)
Initializes new instance of ViewerSettings class.
Properties
  NameDescription
Public propertyCache
The cache implementation used for storing rendering results.
Public propertyLogger
The logger implementation used for logging (Errors, Warnings, Traces).
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