Elements mode-specific settings to use when creating an ImageViewer.
Object.defineProperty(ImageViewerCreateOptions.prototype, 'elementsModeOptions',
get: function(),
set: function(value)
)
elementsModeOptions: ImageViewerElementsModeCreateOptions;
The Elements Mode-specific settings to use when creating an ImageViewer. Default value is null.
ElementsModeOptions is used only if the value of UseElements was set to true. A value of ElementsModeOptions set to null means to use the default CSS prefix and class names when creating the elements of the image viewer.
For more information refer to Image Viewer Elements Mode.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET