Ratio to use when zooming the view in or out.
public virtual double ZoomRatio { get; set; }
Public Overridable Property ZoomRatio() As Double
Get
Set
public:
virtual property double ZoomRatio
{
double get()
void set(double value)
}
The ratio to use when zooming the view in or out. Default value is 1.2 (120 percent). Must be a value greater than 0.
This value is used when the ViewZoomIn or ViewZoomOut are run. Change the value if the default of 120 percent is not suitable for your application.
The document viewer will invoke the following when zooming in or out:
imageViewer.Zoom(controlsizemode.none, value, imageViewer.DefaultZoomOrigin)
Where __ value is imageViewer.ScaleFactor when zooming in and imageViewer.ScaleFactor when zooming out.
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