VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_FocusedAnnotationView Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    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(
    value
    The focused WebAnnotationViewJS.
    : WebAnnotationViewJS
    ) : any;

    Parameters

    value
    The focused WebAnnotationViewJS.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if focused annotation collection does not contain specified annotation.
    Browser Compatibility
    56+
    45+
    11
    See Also