ZoomFactor property (ILEADMagnifyGlassAction)

Visual Basic example

Visual C++ example

 

Syntax

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

Elements:

Use Property, SetMouseButtonAction Method, ActivateAction Method, SetAction Method, GetAction Method, Width Property, Height Property, PenColor Property, Ellipse Property, BorderSize Property, Appearance3D Property, CrossHair Property.

Topics:

Image Viewer: Magnifying Glass Action