Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

DefaultInteractiveMode Property

Show in webframe
Default interactive mode.
Syntax
get_defaultInteractiveMode();
set_defaultInteractiveMode(value);
Object.defineProperty('defaultInteractiveMode');

Property Value

TypeDescription
ImageViewerInteractiveModeThe default interactive mode. Default value is null. This value can be null.
Remarks

The default interactive mode is the item in InteractiveModes that will act first when the user clicks the mouse or presses down using touch and is defined as following:

When quering the value of DefaultInteractiveMode, the viewer will return the first mode in InteractiveModes that satsifies the conditions above. If no modes satisfies these conditions, then DefaultInteractiveMode will return null.

When setting the value of DefaultInteractiveMode, the viewer will perform the following:

For more information, refer to Image Viewer Interactive Modes.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file