VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebPixelateCommandJS type / set_CellSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_CellSize Method
In This Topic
Sets the cell size.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebPixelateCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_CellSize(value);

Parameters

value
Cell size. Valid values are 2 to 100. Default value is 5.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also