Indicates whether to enable panning and zooming with the keyboard.
Object.defineProperty(ImageViewerPanZoomInteractiveMode.prototype, 'isKeyboardEnabled',
get: function(),
set: function(value)
)
isKeyboardEnabled: boolean;
true to enable panning and zooming with the keyboard, otherwise; false. Default value is true.
This value is used only when the platform has keyboard support.
When the value of IsKeyboardEnabled is true, then the viewer will pan and zoom using the following keys:
Key | Description |
---|---|
Up |
If the ZoomKeyModifier is pressed, zooms the viewer in. Otherwise, pans the viewer one line up (or one page if PageKeyModifier is pressed). |
Down | |
Left | Pans the viewer one line to the left (or one page if PageKeyModifier is pressed). |
Right | Pans the viewer one line to the right (or one page if PageKeyModifier is pressed). |
PageUp | Pans the viewer one page up. |
PageDown | Pans the viewer one page down. |
Home | Pans the viewer to the minimum allowed value (top-left). |
End | Pans the viewer to the maximum allowed value (bottom-right). |
The values of a "page" is calculated as follows:
If the viewer has more than one item, then "page" is the width or height of the current largest visible item (GetLargestVisibleItem.
If the viewer has one item, then "page" is the current view area width or height ViewBounds.
The value of "line" is always tenth of "page".
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