This property holds the image handle (or address) to the thumbnail image data stored in the memory (The image handle for the primary image is stored in the the ImageHandle property).

[Visual Basic]   imagekitcontrolname.File.Exif.ThumbImageHandle[ = LONG_PTR ]
[Visual C++]     [ LONG_PTR = ]imagekitcontrolname.GetFile().GetExif().GetThumbImageHandle()
[VB.NET]   imagekitcontrolname.File.Exif.ThumbImageHandle[ = Integer(x86) or Long(x64) ]
[C#.NET]   imagekitcontrolname.File.Exif.ThumbImageHandle[ = int(x86) or long(x64) ]

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

Reference

The image handle of the thumbnail image

Explanation

The ThumbImageHandle property holds the image handle (or address) to the thumbnail image data stored in the memory (The image handle for the primary image is stored in the the ImageHandle property). The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.

Setting this value

This value cannot be set.

Retrieving this value

This value can be retrieved at run-time.

Differences between ImageKit7/8

This property type has changed.

The ImageKit10 ActiveX is a product created by Newtone Corporation