PdfImageFrames.SetThresholdLevel Method

Sets the threshold level for all frames.

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

Syntax

C#
public void SetThresholdLevel(
	int level
)
VB
Public Sub SetThresholdLevel ( 
	level As Integer
)

Parameters

level
Type: System.Int32
The threshold level to set.

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 value should be 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.

If the frames contain some scanned documents or other data with mostly white background pixels and mostly black foreground pixels then threshold level of 189 or higher is recommended to preserve most of the data.

See Also