Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

RotateAngle Property (ImageViewerItem)

Show in webframe
Rotate the image in this item around its center at any angle
Syntax
get_rotateAngle();
set_rotateAngle(value);
Object.defineProperty('rotateAngle');

Property Value

TypeDescription
doubleThe angle to rotate the image in this item around its center in degrees. Default value is 0.
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 the rotation.

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