VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_SelectedIndices Property
Syntax BrowserCompatibility SeeAlso
In This Topic
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);

Parameters

value
An array with indexes of selected thumbnails.
Browser Compatibility
56+
45+
11
See Also