VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_IsAutoScrollToFocusedImageEnabled Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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();

Return Value

A value indicating whether the viewer must automatically scroll to the focused image in multipage display mode.
Browser Compatibility
56+
45+
11
See Also