Indicates whether scrolling or panning the view outside the maximum range is allowed.
Object.defineProperty(ImageViewer.prototype, 'restrictScroll',
get: function(),
set: function(value)
)
restrictScroll: boolean;
true if scrolling and panning the image outside the maximum range is not allowed; otherwise, false. Default value is true.
Refer to ScrollMode for more information and an example on how to use this property.
For more information, refer to Image Viewer Scrolling.
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