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

    Return Value

    Number of fixed columnns. Value must be positive. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also