VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ThumbnailFixedColumnCount Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ThumbnailFixedColumnCount Method
    In This Topic
    Sets the number of fixed columns.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ThumbnailFixedColumnCount(value);
    
    
    function set_ThumbnailFixedColumnCount(
    value
    New number of fixed columnns. Value must be positive. Default value is 1.
    : number
    ) : any;

    Parameters

    value
    New number of fixed columnns. Value must be positive. Default value is 1.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if argument is non positive.
    Browser Compatibility
    56+
    45+
    11
    See Also