This property indicates the white balancemode when the image was taken.

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

Reference

Value Explanation
0 Automatic white balance
1 Manual white balance

Explanation

The WhiteBalance property indicates the white balancemode when the image was taken. 

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 Exif photographic conditions tag

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