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; }
Public Overridable Property BinarizationMethod As BinarizeMethod
Get
Set
Property Value
Type:
BinarizeMethodRemarks Default value is AdaptiveThreshold.
See Also