VintaSoft Imaging .NET SDK 15.1: 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);

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