Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InteractiveService Property (ImageViewer)

Show in webframe
The InteractiveService for this viewer control.
Syntax
get_interactiveService();
set_interactiveService(value);
Object.defineProperty('interactiveService');

Property Value

TypeDescription
InteractiveServiceThe InteractiveService for this viewer control.
Remarks

ImageViewer creates an instance of InteractiveService during initialization and set it in this property. The various image viewer interactive modes uses this service to perform the rich interactive user interface interactions such as zoom, pan, scale, rubber banding and magnify glass.

For more information, refer to Image Viewer Interactive Modes.

Example

For an example, refer to InteractiveService.UserControls.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file