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

[Visual Basic]   imagekitcontrolname.Scan.HalfTone[ = String ]
[Visual C++]     imagekitcontrolname.GetScan().SetHalfTone(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.Scan.HalfTone[ = String ]
[C#.NET]   imagekitcontrolname.Scan.HalfTone[ = string ]

Property Value

The halftone name

Explanation

The HalfTone property sets the halftone. This property is enabled when the UiMode property is 2 (ikScanNONUI), the PixelType property is 0 (ikScanPixelBW), and the BitDepthReduction property is 1 (ikBitDepthReductionHalfTone). However, the Halftone property is disabled when using a digital camera or when the datasource does not support this functionality. To retrieve the values supported, please execute the GetCapEnum or the GetCapRangeVariant method.

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