Gets the selected images.
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.