This enumeration lists the different behaviors possible when a cell in the Medical Viewer is double-clicked (exploded).
lt.Controls.Medical.ExplodeType = {
None: 0,
Auto: 1,
Cell: 2,
Viewer: 3
}
lt.Controls.Medical.ExplodeType = {
None: 0,
Auto: 1,
Cell: 2,
Viewer: 3
}
Members
Value | Member | Description |
---|---|---|
0 | None | The explode feature is disabled. |
1 | Auto | When exploding, the frame will fill the area of the cell if the cell is showing multiple frames at once. It will explode to the viewer, if the cell is showing only one frame at a time. |
2 | Cell | Explode the cell that is showing multiple frames at once such that the active frame will cover the entire cell area. |
3 | Viewer | Explode the cell/frame such that it will cover the entire Medical Viewer layout area. |
For more information on how to explode a cell, refer to Exploded.
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