VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_SelectedIndices(
    value
    An array with indexes of selected thumbnails.
    : number[]
    ) : any;

    Parameters

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