Specifies how to fit the viewer when the user double click or taps.
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'doubleTapSizeMode',
get: function(),
set: function(value)
)
doubleTapSizeMode: ControlSizeMode;
A value that specifies how to fit the viewer when the user double click or taps. Default value is ControlSizeMode.FitWidth.
To disable this behavior, set the value of DoubleTapSizeMode to ControlSizeMode.None.
ImageViewerPanZoomInteractiveMode Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET