Click or drag to resize

BinarizeCommandBinarizationMethod Property

Gets or sets a value indicating the type of binarization to use.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage.AdvancedDocClean (in Atalasoft.dotImage.AdvancedDocClean.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual BinarizeMethod BinarizationMethod { get; set; }

Property Value

Type: BinarizeMethod
Remarks
Default value is AdaptiveThreshold.
See Also