ViewerSettings

ViewerSettings class

Defines settings for customizing Viewer behaviour.

The ViewerSettings type exposes the following members:

Constructors

Name Description
ViewerSettings(cache, logger) Initializes a new instance of the ViewerSettings class
ViewerSettings(cache) Initializes a new instance of the ViewerSettings class
ViewerSettings(logger) Initializes a new instance of the ViewerSettings class

Properties

Name Description
cache The cache implementation used for storing rendering results.
logger The logger implementation used for logging (Errors, Warnings, Traces).

See Also