Gets the BinaryFilterThreshold configuration setting.
| C# | Visual Basic | Visual C++ |
public byte BinaryFilterThreshold { get; }
Public ReadOnly Property BinaryFilterThreshold As Byte
public: property unsigned char BinaryFilterThreshold { unsigned char get (); }
The threshold filter value (0-255). Grayscale pixels below this value are considered off (0) and above as on (1).