Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

EnablePinchZoom Property

Show in webframe
Indicates whether to use pinch touch gesture for zooming.
Syntax
get_enablePinchZoom();
set_enablePinchZoom(value);
Object.defineProperty('enablePinchZoom');

Property Value

TypeDescription
booleantrue to use pinch touch gesture for zooming; otherwise, it is false. The default value is true.
Remarks

This property is not used by platforms that do not support touch events.

Refer to ImageViewerPanZoomInteractiveMode for more information on how this property interacts with the rest of the members of this object.

See Also

Reference

ImageViewerPanZoomInteractiveMode Object
ImageViewerPanZoomInteractiveMode Members

Error processing SSI file