This property refers to the type of scene.
[Visual Basic] Public ReadOnly Property
SceneType As Integer
[C#] public int SceneType {get;}
Property Value
SceneType indicates the type of scene. If a DSC recorded the image, this value will be set to 1 indicating that the image was directly photographed.
Explanation
The SceneType property refers to the type of scene. The property value can be retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeFromRawData methods.
The property value is derived from the image tags related to the picture taking conditions.
See Also
ImageKit.File.Exif Members | Newtone.ImageKit.Win.ImageKit