Sets the focused action.
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(
: WebImageJS,
: object
) : boolean;
Parameters
- image
- The image.
- action
- The action.
Return Value
True if focused action is changed; otherwise, false.