Gets or sets the user mode.
Object.defineProperty(AnnContainer.prototype, 'userMode',
get: function(),
set: function(value)
)
userMode: AnnUserMode;
The current user mode for this container. The default value is AnnUserMode.Design
When this container is rendered, some of the objects will behave differently depending on the user mode. For example, AnnHotspotObject will not be visible in run mode.
The value of this property will change by the automation framework.
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