VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_MultiSelect Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MultiSelect Method
    In This Topic
    Gets value indicating whether the thumbnail viewer allows multiple thumbnails to be selected.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_MultiSelect();
    
    
    function get_MultiSelect() : boolean;
    

    Return Value

    True - the thumbnail viewer allows to select multiple thumbnails; False - the thumbnail viewer does not allow to select multiple thumbnails. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also