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

[Visual Basic]   imagekitcontrolname.Scan.DynamicThreshold [ = Integer ]
[Visual C++]     imagekitcontrolname.GetScan().SetDynamicThreshold(short Val)
[VB.NET]   imagekitcontrolname.Scan.DynamicThreshold [ = Short ]
[C#.NET]   imagekitcontrolname.Scan.DynamicThreshold [ = short ]

Property Value

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

Explanation

This method sets the dynamic threshold level.

Dyanamic threshold 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 UiMode property is 2(ikScanNONUI) and PixelType property is 0(ikScanPixelBW). The possible setting values supported by a scan device can be retrieved using the GetCapEnum (GetCapEnumVariant) 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.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value cannot be retrieved.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation