VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebHalftoneRecognitionCommandJS type / get_CellSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CellSize Method
    In This Topic
    Gets the size, in pixels, of cells the image is divided into.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.DocCleanup.WebHalftoneRecognitionCommandJS();
    
    var value; // Type: number
    value = instance.get_CellSize();
    
    
    function get_CellSize() : number;
    

    Return Value

    Size, in pixels, of cells the image is divided into. Valid values are from 10 to 500. Default value is 20.
    Browser Compatibility
    56+
    45+
    11
    See Also