VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function findAction(
    image
    The image.
    : WebImageJS,
    location
    The point on image, in pixels.
    : object
    ) : object;

    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