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
}
Value | Member | Description |
---|---|---|
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document