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);
 
    
      
      function setFocusedAnnotationView(
    : number
) : any;
 
    
       
      Parameters
- annotationIndex
 
- Annotation index in annotation collection.
 
     
Exceptions
| Exception | Description | 
 | 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
See Also