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(
: number
) : any;
Parameters
- value
- New number of fixed columnns. Value must be positive. Default value is 1.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
| Thrown if argument is non positive. |
Browser Compatibility
See Also