VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewerJS type / scrollToAnnotation Property
Syntax BrowserCompatibility SeeAlso
In This Topic
scrollToAnnotation Method
In This Topic
Scrolls to the annotation in viewer.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewerJS(controlId);

var value; // Type: any

// Parameters
var annotation; // Type: WebAnnotationViewJS

value = instance.scrollToAnnotation(annotation);

Parameters

annotation
Annotation to scroll.
Browser Compatibility
56+
45+
11
See Also