LEADTOOLS JavaScript (Leadtools.Controls.Medical)
LEAD Technologies, Inc

ResizeFactor Property

Gets or sets the factor that determines the value used to resize the image.
Syntax
  get_resizeFactor();
 set_resizeFactor(value);

Property Value

TypeDescription
intA value that represents the factor that determines the value used to resize the image.
Remarks

This value indicates by which amount the image size will be reduced, when using the mouse or touch input to perform window leveling.

The available values are:

Value Description
0 indicates that the image will not be resized.
1 The new image size will be (Width > 1 or Width / 2) (Height > 1 or Height / 2).
2 The new image size will be (Width > 2 or Width / 4) (Height > 2 or Height / 4).
See Also

Reference

WindowLevelInteractiveMode Object
WindowLevelInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.