This property refers to the information about the artist's name.
[Visual
Basic] imagekitcontrolname.File.Exif.MainArtist
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetFile().GetExif().GetMainArtist()
imagekitcontrolname.GetFile().GetExif().SetThumbSoftware(LPCTSTR Val)
imagekitcontrolname.GetFile().GetExif().SetThumbSoftware(LPCTSTR Val)
Reference
MainArtist refers to the camera owner, photographer, or creator of the primary image
Explanation
The MainArtist property refers to the information about the artist's name.
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.