Returns the selected images.
var instance = new Vintasoft.Imaging.UI.Panels.WebUiImageSelectionPanelJS(settings);
var value; // Type: Vintasoft.Shared.WebImageJS[]
value = instance.getSelectedImages();
Return Value
Array of selected images OR null if error occured.