LEADTOOLS JavaScript (Leadtools.Controls.Medical)

ResizeFactor Property

Show in webframe
Gets or sets the factor that determines the value used to resize the image.
Syntax
get_resizeFactor();
set_resizeFactor(value);
Object.defineProperty('resizeFactor');

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-2014 All Rights Reserved. LEAD Technologies, Inc.