MedicalViewerSizeMode represents the different size modes supported for the images inside the medical viewer.
lt.Controls.Medical.MedicalViewerSizeMode = {None: 0,ActualSize: 1,Fit: 2,TrueSize: 3}
lt.Controls.Medical.MedicalViewerSizeMode = {None: 0,ActualSize: 1,Fit: 2,TrueSize: 3}
Members
| 0 | None |
(0x00000000) None. |
| 1 | ActualSize |
(0x00000001) The actual size of the image in pixels. |
| 2 | Fit |
(0x00000002) Fit the image to its container. |
| 3 | TrueSize |
(0x00000003) The true real world size, which is set using the ColumnSpacing and RowSpacing |
To set the images to the desired size mode, refer to Zoom.
The default mode is Fit.
The Fit is a mode that the image will stay fit to the its container even if the container is changed in size.
To get the current scale mode, refer to ScaleMode.
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
