VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageMetadataJS type / getActions Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getActions Method
    In This Topic
    Returns the actions of this image.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);
    
    var value; // Type: Vintasoft.Imaging.WebPageContentActionMetadataJS[]
    value = instance.getActions();
    
    
    function getActions() : WebPageContentActionMetadataJS[];
    

    Return Value

    Array of WebPageContentActionMetadataJS objects that defines metadata of page content actions.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about actions.
    Remarks

    Before calling this method you must call the "requestActions" method for getting information about actions.
    Call the "isActionsReceived" method if you want to determine that class already received information about actions.

    Browser Compatibility
    56+
    45+
    11
    See Also