get_IsAutoScrollToFocusedImageEnabled Method
In This Topic
Gets a value indicating whether the viewer must automatically scroll to the focused image in multipage display mode.
Syntax
var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
var value; // Type: boolean
value = instance.get_IsAutoScrollToFocusedImageEnabled();
function get_IsAutoScrollToFocusedImageEnabled() : boolean;
Return Value
A value indicating whether the viewer must automatically scroll to the focused image in multipage display mode.
Browser Compatibility
See Also