This property refers to the information about the image description.
[Visual
Basic] imagekitcontrolname.File.Exif.MainImageDescription
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().GetMainImageDescription()
imagekitcontrolname.GetFile().GetExif().SetMainImageDescription(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetMainImageDescription(LPCTSTR Val)
Reference
MainImageDescription refers to the character string giving the title of the primary image
Explanation
The MainImageDescription property refers to the information about the image description.
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.