VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.Dialogs Namespace / WebImageSelectionDialogJS type / getSelectedImages Property
Syntax BrowserCompatibility SeeAlso
In This Topic
getSelectedImages Method
In This Topic
Gets the selected images.
Syntax
var instance = new Vintasoft.Imaging.UI.Dialogs.WebImageSelectionDialogJS();

var value; // Type: Vintasoft.Shared.WebImageJS[]
value = instance.getSelectedImages();

Return Value

Array of selected images OR null if error occured.
Browser Compatibility
56+
45+
11
See Also