This property refers to the image source.

[C++Builder]   imagekitcontrolname->FileIO->Exif->FileSource[ = short ]
[Delphi]   imagekitcontrolname.FileIO.Exif.FileSource[ = Smallint ]

Reference

FileSource indicates the image source. If a DSC (Digital Still Camera) recorded the image, this value must be set to 3 indicating that the image was recorded on a DSC.

Value Explanation
0 Other
1 Transmissive scanner
2 Reflective scanner
3 Digital Camera

Explanation

The FileSource property refers to the image source.

The property value can be set or retrieved by executing the FileIO.GetImageFileType or the FileIO.GetImageFileTypeMem methods.

The property value is derived from the image tags related to the photographic conditions.

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