This property refers to the image handle of the image loaded into the Thumbnail Control
* (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 ImageKit9ALibCtl.LONG_PTR, ByVal OrgHandle As ImageKit9ALibCtl.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.