The property referes to the spectral sensitivity of each channel of the camera used.

[Visual Basic]   imagekitcontrolname.File.Exif.SpectralSensitivity[ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetFile().GetExif().GetSpectralSensitivity()
                      imagekitcontrolname.GetFile().GetExif().SetSpectralSensitivity(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.File.Exif.SpectralSensitivity[ = String ]
[C#.NET]   imagekitcontrolname.File.Exif.SpectralSensitivity[ = string ]

Reference

The value is an ASCII string commpatible with the standard developed by the ASTM Technical committee.

Explanation

The SpectralSensitivity property referes to the spectral sensitivity of each channel of the camera used. The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.

This property value is derived from the image tags related to the picture taking conditions.

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