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

[Visual Basic]   imagekitcontrolname.File.Exif.WhiteBalance[ = Integer ]
[Visual C++]     [ short = ]imagekitcontrolname.GetFile().GetExif().GetWhiteBalance()
                      imagekitcontrolname.GetFile().GetExif().SetWhiteBalance(short Val)
[VB.NET]   imagekitcontrolname.File.Exif.WhiteBalance[ = Short ]
[C#.NET]   imagekitcontrolname.File.Exif.WhiteBalance[ = short ]

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 File.GetImageFileType or the File.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 ActiveX is a product created by Newtone Corporation