This property indicates the type of scene when image was captured.
[Visual
Basic] imagekitcontrolname.File.Exif.SceneCaptureType
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetExif().GetSceneCaptureType()
imagekitcontrolname.GetFile().GetExif().SetSceneCaptureType(short Val)
imagekitcontrolname.GetFile().GetExif().SetSceneCaptureType(short Val)
Reference
Value | Explanation |
---|---|
0 | Standard |
1 | Landscape |
2 | Protrait |
3 | Nightscape |
Explanation
The SceneCaptureType property indicates the type of scene when image was captured. 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.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.