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

<DescriptionAttribute("The size, in pixels, of cells the image is divided into.")>
<DefaultValueAttribute(20)>
Public Property CellSize As System.Int32

[Description("The size, in pixels, of cells the image is divided into.")]
[DefaultValue(20)]
public System.Int32 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, 4.0, 3.5

See Also