This property refers to the image source.

[Visual Basic]   imagekitcontrolname.File.Exif.FileSource[ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetFile().GetExif().GetFileSource()
                      imagekitcontrolname.GetFile().GetExif().SetFileSource(short Val)
[VB.NET]   imagekitcontrolname.File.Exif.FileSource[ = Short ]
[C#.NET]   imagekitcontrolname.File.Exif.FileSource[ = short ]

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 File.GetImageFileType or the File.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 ActiveX is a product created by Newtone Corporation