This property indicates the type of scene when image was captured.

[C++Builder]   imagekitcontrolname->FileIO->Exif->SceneCaptureType[ = short ]
[Delphi]   imagekitcontrolname.FileIO.Exif.SceneCaptureType[ = Smallint ]

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 FileIO.GetImageFileType or the FileIO.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.

 

The ImageKit10 VCL is a product created by Newtone Corporation