Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

DoubleTapSizeMode Property

Show in webframe
Specifies how to fit the viewer when the user double click or taps.
Syntax
get_doubleTapSizeMode();
set_doubleTapSizeMode(value);
Object.defineProperty('doubleTapSizeMode');

Property Value

TypeDescription
ControlSizeModeA value that specifies how to fit the viewer when the user double click or taps. Default value is ControlSizeMode.FitWidth.
Remarks

To disable this behavior, set the value of DoubleTapSizeMode to ControlSizeMode.None.

See Also

Reference

ImageViewerPanZoomInteractiveMode Object
ImageViewerPanZoomInteractiveMode Members

Error processing SSI file