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 ]
[Visual C++] [
long =
]imagekitcontrolname.GetFile().GetExif().GetThumbImageHandle()
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 set or 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.