This property refers to the image handle of the image loaded into the Thumbnail Control
[Visual
Basic] thumbcontrolname.ImageHandle
[ = Long ]
[Visual
C++] thumbcontrolname.SetImageHandle(long
Val)
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 Long, ByVal OrgHandle As Long, 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.