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

[C++Builder]   imagekitcontrolname->FileIO->Exif->SpectralSensitivity[ = UnicodeString ]
[Delphi]   imagekitcontrolname.FileIO.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 FileIO.GetImageFileType or the FileIO.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 VCL is a product created by Newtone Corporation