This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the scene type (SceneType) tag.

0 = Standard

1 = Landscape

2 = Portrait

3 = Night scene

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int EXIF_SceneCaptureType { get; set; }
Public Property EXIF_SceneCaptureType As Integer
	Get
	Set
public:
property int EXIF_SceneCaptureType {
	int get ();
	void set (int value);
}

See Also