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.
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId); var value; // Type: number[] value = instance.get_SelectedIndices();
function get_SelectedIndices() : number[];