Arbortext IsoView > Programmer's Reference > Magnifier Functions
  
Magnifier Functions
Iso4ConfigMagnifier
Configures the display and position of the Magnifier window. This method returns true if successful; otherwise false.
Introduced with Arbortext IsoView 4.0.
Syntax
Iso4ConfigMagnifierstyleFlagswidthheightscaleminScalemaxScale
Parameters:
styleFlags
Defines the magnifier style as long. Allowed values are:
1
docked
2
show slider
4
show in b/w
256
top left
512
top right
768
bottom left
1024
bottom right
* 
Add values to combine different attributes.
width
Defines the width of the Magnifier window in pixels as long.
height
Defines the height of the Magnifier window in pixels as long.
scale
Defines the initial scale used in the Magnifier window as double.
minScale
Defines the minimum scale (used for slider) as double.
maxScale
Defines the maximum scale (used for slider) as double.
document.ivx1.Iso4ConfigGlobalView(257,100,100,400,200,1200);