VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_SelectedIndices Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedIndices Method
    In This Topic
    Gets an array with indexes of selected thumbnails.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also