BinarizeCommandThresholdDifferencing Property |
Gets or sets the thresholding differencing used for the AdaptiveThreshold method.
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 int ThresholdDifferencing { get; set; }
Public Overridable Property ThresholdDifferencing As Integer
Get
Set
Property Value
Type:
Int32Exceptions Exception | Condition |
---|
| Throws when value is less than 1 or greater than 255. |
Remarks Default is 7.
See Also