set_SelectedIndices Method
In This Topic
Sets an array with indexes of selected thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: number[]
returnValue = instance.set_SelectedIndices(value);
function set_SelectedIndices(
: number[]
) : any;
Parameters
- value
- An array with indexes of selected thumbnails.
Browser Compatibility
See Also