Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Scale Property

Show in webframe
Scale the image of the item horizontally and vertically.
Syntax
get_scale();
set_scale(value);
Object.defineProperty('scale');

Property Value

TypeDescription
LeadSizeDThe value to scale the image of the item horizontally and vertically. Default value is 1,1.
Remarks

This is a display value and will not change the image data. The item will use the value of Origin as the center for scaling.

This is a state value. For more information, for more information, refer Image Viewer Transformation.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file