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)
imagekitcontrolname.GetFile().GetExif().SetWhiteBalance(short Val)
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 tagSetting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.