set_FocusedAnnotationView Method
In This Topic
Sets the focused annotation view.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
var returnValue; // Type: any
// Parameters
var value; // Type: WebAnnotationViewJS
returnValue = instance.set_FocusedAnnotationView(value);
function set_FocusedAnnotationView(
: WebAnnotationViewJS
) : any;
Parameters
- value
- The focused WebAnnotationViewJS.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if focused annotation collection does not contain specified annotation. |
Browser Compatibility
See Also