This property refers to the contrast used by the camera when image was captured.
[Visual
Basic] imagekitcontrolname.File.Exif.Contrast
[ = Integer ]
[Visual C++] [
short =
]imagekitcontrolname.GetFile().GetExif().GetContrast()
imagekitcontrolname.GetFile().GetExif().SetContrast(short Val)
imagekitcontrolname.GetFile().GetExif().SetContrast(short Val)
Explanation
The Contrast property refers to the contrast used by the camera when image was captured.
The property value can be set or retrieved by executing the File.GetImageFileType or the File.GetImageFileTypeMem methods.
This 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.