VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebDocumentNavigationToolJS type / setFocusedAction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    setFocusedAction Method
    In This Topic
    Sets the focused action.
    Syntax
    var instance = new Vintasoft.Imaging.UI.VisualTools.WebDocumentNavigationToolJS();
    
    var value; // Type: boolean
    
    // Parameters
    var image; // Type: WebImageJS
    var action; // Type: object
    
    value = instance.setFocusedAction(image, action);
    
    
    function setFocusedAction(
    image
    The image.
    : WebImageJS,
    action
    The action.
    : object
    ) : boolean;

    Parameters

    image
    The image.
    action
    The action.

    Return Value

    True if focused action is changed; otherwise, false.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also