VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / setFocusedAnnotationView Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
setFocusedAnnotationView Method
In This Topic
Sets the focused annotation view specified by index.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();

var value; // Type: any

// Parameters
var annotationIndex; // Type: number

value = instance.setFocusedAnnotationView(annotationIndex);

Parameters

annotationIndex
Annotation index in annotation collection.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Thrown if index is less than zero or index is equal to or greater than annotation collection length.
Browser Compatibility
56+
45+
11
See Also