VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebPixelateCommandJS type / set_CellSize Property
Syntax Exceptions BrowserCompatibility SeeAlso
    set_CellSize Method
    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