Gets whether the medical viewer is in explode view mode.
Object.defineProperty(MedicalViewer.prototype, 'exploded',
get: function()
)
exploded: boolean; // read-only
true if the medical viewer is in the explode view mode, false otherwise.
To switch to explode mode, refer to Explode.
The exploded mode is a mode where the selected cell takes the whole viewer area.
This property is useful when the viewer is displaying multiple cells, and the user wants to enlarge one of them for a closer study.
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