Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EnablePan Property (ImageViewerPanControl)

Show in webframe
Enable panning on the target control.
Syntax
get_enablePan();
set_enablePan(value);
Object.defineProperty('enablePan');

Property Value

TypeDescription
booleantrue to allow the user to click and drag on the target control, otherwise; false. Default value is true.
Remarks

This value allows the user to click and drag on the target control to move the pan rectangle as well as panning the in the image viewer.

Example

For an example, refer to ImageViewerPanControl.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file