VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / HalftoneRemovalRequestParams Class / cellSize Property
Syntax Remarks Requirements SeeAlso
In This Topic
cellSize Property (HalftoneRemovalRequestParams)
In This Topic
Gets or sets the size, in pixels, of cells the image is divided into.
Syntax
'Declaration

Public Property cellSize As Integer

public int cellSize { get; set; }

Property Value

Valid values are from 10 to 500. Default value is 20.
Remarks

The cell is an image region that contains or does not contain a halftone.
Halftone cell is the cell that contains a halftone.
Halftone region is composed from adjacent halftone cells.
The smaller is cell size the better is accuracy of recognized halftone regions contours but the slower is recognition.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also