VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_UseThumbnailCheckboxes Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseThumbnailCheckboxes Method
    In This Topic
    Gets a value indicating whether the thumbnail viewer displays checkboxes for thumbnail selection.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_UseThumbnailCheckboxes();
    
    
    function get_UseThumbnailCheckboxes() : boolean;
    

    Return Value

    True - the thumbnail viewer displays checkboxes for thumbnail selection; False - the thumbnail viewer does not display checkboxes for thumbnail selection. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also