VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.DocumentViewer Namespace / WebDocumentViewerJS type / bringFocusedAnnotationToFront Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    bringFocusedAnnotationToFront Method
    In This Topic
    Brings the focused annotation to the last position in the annotation collection of focused image.
    Syntax
    var instance = new Vintasoft.Imaging.DocumentViewer.WebDocumentViewerJS(settings);
    
    var value; // Type: any
    value = instance.bringFocusedAnnotationToFront();
    
    
    function bringFocusedAnnotationToFront() : any;
    
    Browser Compatibility
    56+
    45+
    11
    See Also