This property refers to the information about the model name or model number of the equipment.
[Visual
Basic] imagekitcontrolname.File.Exif.ThumbModel
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().GetThumbModel()
imagekitcontrolname.GetFile().GetExif().SetThumbModel(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetThumbModel(LPCTSTR Val)
Reference
ThumbModel refers to the model name or model number of the equipment that generated the Thumbnail image
Explanation
The ThumbModel property refers to the information about the model name or model number of the equipment. The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at run-time.
[Differences from the ImageKit7 ActiveX]
In the IK7 this was a read only property. It can now be set.