Enable panning on the target control.
Object.defineProperty(ImageViewerPanControl.prototype, 'enablePan',
get: function(),
set: function(value)
)
enablePan: boolean;
true to allow the user to click and drag on the target control, otherwise; false. Default value is true.
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.
For an example, refer to ImageViewerPanControl.
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