This property refers to the image sensor type on the camera or input device. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

[Visual Basic] Public ReadOnly Property SensingMethod As Integer
[C#] public int SensingMethod {get;}

Property Value

Value Explanation
1 Not defined
2 One-chip color area sensor
3 Two-chip color area sensor
4 Three-chip color area sensor
5 Color sequential area sensor
7 Trilinear sensor
8 Color sequential linear sensor

Explanation

The SensingMethod property refers to the image sensor type on the camera or input device. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData method.

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

See Also

ImageKit.File.Exif Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation