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