VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageMetadataJS type / isActionsReceived Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isActionsReceived Method
    In This Topic
    Determines that actions are received.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);
    
    var value; // Type: boolean
    value = instance.isActionsReceived();
    
    
    function isActionsReceived() : boolean;
    

    Return Value

    True - if actions are received (the "requestActions" method was called earlier); otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also