This property refers to the image handle of the image loaded into the Thumbnail Control

[Visual Basic]   thumbcontrolname.ImageHandle [ = LONG_PTR ]
[Visual C++]     thumbcontrolname.SetImageHandle(LONG_PTR Val)
[VB.NET]   thumbcontrolname.ImageHandle [ = Integer(x86) or Long(x64) ]
[C#.NET]   thumbcontrolname.ImageHandle [ = int(x86) or long(x64) ]

* (x86) refers to the 32 bit version, (x64) refers to the 64 bit version.

Property Value

The image handle of a raster or vector image

Explanation

This property refers to the image handle of the image loaded into the Thumbnail Control. It is useful to display, as thumbnails, the results when scanning continuously with an ADF or other means. 


In Visual Basic:

   Private Sub ImageKit1_AfterScan(ByVal DibHandle As ImageKit10ALibCtl.LONG_PTR, ByVal OrgHandle As ImageKit10ALibCtl.LONG_PTR, ByVal ImageCount As Long, ByVal BitOrder As Integer)

      ImageKitThumb1.ImageHandle = ImageKit1.CopyImage(DibHandle)

   End Sub

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

Differences between the ImageKit7/8

The property's type has changed.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation