Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Offset Property (ImageViewerItem)

Show in webframe
Translate the image of the item horizontally and vertically.
Syntax
get_offset();
set_offset(value);
Object.defineProperty('offset');

Property Value

TypeDescription
LeadPointDThe amount to translate the image of the item horizontally and vertically. Default value is 0,0.
Remarks

This is a display value and will not change the image data.

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