VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.VisualTools Namespace / WebDocumentNavigationToolJS type / findAction Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
findAction Method
In This Topic
Finds the action on specified image at specified location.
Syntax
var instance = new Vintasoft.Imaging.UI.VisualTools.WebDocumentNavigationToolJS();

var value; // Type: object

// Parameters
var image; // Type: WebImageJS
var location; // Type: object

value = instance.findAction(image, location);

Parameters

image
The image.
location
The point on image, in pixels.

Return Value

An action if action is found; otherwise, null.
Exceptions
ExceptionDescription
Thrown if arguments have wrong types.
Browser Compatibility
56+
45+
11
See Also