Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsEnabled Property (ImageViewerInteractiveMode)

Show in webframe
Indicates of this mode is currently enabled and can work.
Syntax
get_isEnabled();
set_isEnabled(value);
Object.defineProperty('isEnabled');

Property Value

TypeDescription
booleantrue if this mode is currently enabled and can work, otherwise; false.
Remarks

IsEnabled must be set to true for an interactive mode to work. When multiple interactive modes are added to the viewer, the IsEnabled property can be used to designate the current "active" one that can perform actions. For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to ImageViewerInteractiveModes.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

Error processing SSI file