VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailColumnCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailColumnCount Method
    In This Topic
    Gets the current number of fixed columns.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_ThumbnailColumnCount();
    
    
    function get_ThumbnailColumnCount() : number;
    

    Return Value

    The current number of fixed columns.
    Browser Compatibility
    56+
    45+
    11
    See Also