This property sets whether or not the image is displayed in the Magnifier window.
[Visual
Basic] imagekitcontrolname.Layer(Index).ShowInMagnifier
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetLayer(Index).GetShowInMagnifier()
imagekitcontrolname.GetLayer(Index).SetShowInMagnifier(BOOL Val)
imagekitcontrolname.GetLayer(Index).SetShowInMagnifier(BOOL Val)
* The index can range from 0 to 99
Property Value
The ShowInMagnifier property sets whether or not the image is displayed in the Magnifier window.
Value | Explanation |
---|---|
True | Displays the image |
False | Does not display the image |
Explanation
The default value is True. Using this property, you can switch between displaying or hiding the image in the Magnifier window. (The base image is the image pointed to by the Layer(LayerNo)ImageHandle property).
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.