This method sets the dynamic threshold level. This property is only enabled when using a custom-built user interface (UserInterface=Suppress).

[Visual Basic] Public WriteOnly Property DynamicThreshold As Integer
[C#] public int DynamicThreshold {set;}

Property Value

Value Explanation
0 None
1 Bright
2 A little brighter
3 Standard
4 A little darker
5 Dark

Explanation

The DynamicThreshold property sets the dynamic threshold level.

DynamicThreshold is only available on certain Panasonic scan drivers

Dyanamic threshold functionality allows you to scan text and images clearly with optimum quality. This property is enabled when the UserInterface property is Suppress and PixelType property is BW. The possible setting values supported by a scan device can be retrieved using the GetCapabilityEnumToSingle method. When setting the DynamicThreshold property to 1 or more, then the values set in the BitDepthReduction, HalfTone, Sharpness , and Threshold properties will be disabled.

See Also

Scan Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation