Click or drag to resize

PixOptionsMaxNoiseSize Property

Gets or sets the maximum size of speckle that can be removed.
Remarks
For a noise speckle to be removed, both its width and height must be less than this limit.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
public int MaxNoiseSize { get; set; }

Property Value

Type: Int32
See Also