The property value is derived from the image tags relating to user information.

[Visual Basic]   imagekitcontrolname.File.Exif.MakerNote[ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetFile().GetExif().GetMakerNote()
                      imagekitcontrolname.GetFile().GetExif().SetMakerNote(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.Exif.MakerNote[ = String ]
[C#.NET]   imagekitcontrolname.File.Exif.MakerNote[ = string ]

Reference

The MakerNote property value is derived from the image tag for manufacturers of Exif writers to record any desired information.

Explanation

The MakerNote property value is derived from the image tags relating to user information.

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 runtime.

[Differences from the ImageKit7 ActiveX]

In the IK7 this was a read only property. It can now be set.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation