Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

DefaultZoomOrigin Property (ImageViewerItem)

Show in webframe
Default zoom origin of this item.
Syntax
get_defaultZoomOrigin();
Object.defineProperty('defaultZoomOrigin');

Property Value

TypeDescription
LeadPointDThe default zoom origin of this item. Default value is the center of the image.
Remarks

This value can be passed to Zoom to perform the operation around the center of the image. The default value is the center of the image (ImageSize.Width / 2, ImageSize.Height / 2).

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file