ZoomFactor property (ILEADMagnifyGlassAction)
long ZoomFactor | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets the zoom factor for the magnification, in percent. This value must be less than 100. For example, to zoom the image 2X, specify 200 for ZoomFactor; for 3X, specify 300, etc.
The default value is 200.
To set a new zoom factor value for the magnifying glass action, set this property and call the SetAction method.
This property is updated with the current zoom factor value by calling the GetAction method.
See Also