Factor used to zoom the image in the viewer around the point.
Object.defineProperty(ImageViewerZoomAtInteractiveMode.prototype, 'scaleFactor',
get: function(),
set: function(value)
)
scaleFactor: number;
The scale factor used to display the magnified image. Must be a value greater than 0. The default value is 2 (zoom in twice).
Use the value of ScaleFactor to performing zooming of the image around the point when the user taps on the viewer as follows:
If the value of ScaleFactor is 1 (the default value), then no zooming is performed
If the value of ScaleFactor is greater than 1, then this value is multiplied by the current viewer scale factor (Leadtools.Controls.ImageViewer.ScaleFactor) to zoom the image in around the point
If the value of ScaleFactor is less than 1, then this value is multiplied by the current viewer scale factor (Leadtools.Controls.ImageViewer.ScaleFactor) to zoom the image out around the point
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