Click or drag to resize

SimpleThresholdCommandInputThreshold Property

Gets or sets the threshold value.

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

Property Value

Type: Int32
The threshold value.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 255 inclusive.
Remarks
This is the value from 0 - 255 of which any pixel that with a brightness greater then the value will be converted to white, and any pixel with a brightness less than this value will be converted to black. Default value is 127.
See Also