get_SelectedIndices Method
Gets an array with indexes of selected thumbnails.
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var value; // Type: number[]
value = instance.get_SelectedIndices();
function get_SelectedIndices() : number[];
Return Value
An array with indexes of selected thumbnails.