VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageMetadataJS type / isActionsReceived Property
Syntax BrowserCompatibility SeeAlso
isActionsReceived Method
Determines that actions are received.
Syntax
var instance = new Vintasoft.Imaging.WebImageMetadataJS(image);

var value; // Type: boolean
value = instance.isActionsReceived();

Return Value

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