Factor used to zoom the image in the viewer around the point.
public virtual double ScaleFactor { get; set; }
Public Overridable Property ScaleFactor() As Double
Get
Set
public:
virtual property double ScaleFactor
{
double get()
void set(double value)
}
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
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