This property refers to the information about the copyright.

[Visual Basic]   imagekitcontrolname.File.Exif.MainCopyright [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetFile().GetExif().GetMainCopyright()
                      imagekitcontrolname.GetFile().GetExif().SetMainCopyright(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.Exif.MainCopyright[ = String ]
[C#.NET]   imagekitcontrolname.File.Exif.MainCopyright[ = string ]

Reference

MainCopyright refers to the copyright information for the primary image

Explanation

The MainCopyright property refers to the information about the copyright.

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation