Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Shape Property (ImageViewerSelectItemsInteractiveMode)

Show in webframe
Shape to use with this rubber band mode.
Syntax
get_shape();
set_shape(value);
Object.defineProperty('shape');

Property Value

TypeDescription
ImageViewerRubberBandShapeThe shape to use with this rubber band mode. Default value is ImageViewerRubberBandShape.Rectangle.
Remarks

This mode does not support ImageViewerRubberBandShape.Freehand, trying to set this shape will throw an exception.

You cannot change the shape if the mode is already working. Doing so will throw an exception.

See Also

Reference

ImageViewerSelectItemsInteractiveMode Object
ImageViewerSelectItemsInteractiveMode Members

Error processing SSI file