C#
VB
Java
Objective-C
WinRT C#
Gets or sets the current scale factor for the image display.
public virtual double CurrentScaleFactor {get;}
Public Overridable ReadOnly Property CurrentScaleFactor As Double
public virtual double CurrentScaleFactor {get;}
@property (nonatomic, assign, readonly) double currentScaleFactor
public float getCurrentScaleFactor()
get_CurrentScaleFactor();
The value of CurrentScaleFactor is the maximum of CurrentXScaleFactor and CurrentYScaleFactor. These two values are always the same except when SizeMode is set to ImageViewerSizeMode.Stretch.
For more information, refer to ScaleFactor.
For an example, refer to ScaleFactor.
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