TiffImageCompressionOptions.BitonalThreshold Property

Gets the threshold level to use when producing bitonal images.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int BitonalThreshold { get; }
VB
Public ReadOnly Property BitonalThreshold As Integer
	Get

Property Value

Type: Int32
The threshold level to use when producing bitonal images.

Remarks

The threshold level is used to decide which pixels are white and which are black when converting image data to black-and-white format.

The threshold level is a value between 0 and 255 inclusive. A threshold value 0 means that library should use midpoint between most light and dark pixels as a threshold value.

See Also