Value of the scale factor for the view display.
public double ScaleFactor { get; }
Public ReadOnly Property ScaleFactor() As Double
Get
public:
property double ScaleFactor
{
double get()
}
The value of the scale factor. Default value is 1.0.
This value is calculated by UpdateTransform based on the value passed to the last call to Zoom.
ScaleFactor is the maximum of the actual horizontal and vertical values stored in XScaleFactor and YScaleFactor. If Zoom is called with any ControlSizeMode other than ControlSizeMode.Stretch than the horizontal and vertical scale factors will be the same.
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