Changes the scale of the frame image based on the specified parameters.
Frame.prototype.zoom = function(
sizeMode,
scaleFactor
)
zoom(
sizeMode: MedicalViewerSizeMode,
scaleFactor: number
): void;
sizeMode
The size mode.
scaleFactor
The scale value, in a normalized form.
The scale is done in a combination of both parameters, so for example, if you set ScaleMode to Fit, and the Scale to 2, then the viewer will first resize the image to fit the sub-cell, then it will scale up the result by 200%.
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