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)
[VB.NET]   imagekitcontrolname.File.Exif.Contrast[ = Short ]
[C#.NET]   imagekitcontrolname.File.Exif.Contrast[ = short ]

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.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation