VintaSoft Imaging .NET SDK 15.1: 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);

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