VintaSoft Imaging .NET SDK 12.4: 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);
    
    
    function scrollToAnnotation(
    annotation
    Annotation to scroll.
    : WebAnnotationViewJS
    ) : any;

    Parameters

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