The ExifAutoRotate property sets whether to rotate an exif file according to the direction of the main image and read it.

[Visual Basic]   imagekitcontrolname.File.ExifAutoRotate[ = Boolean ]
[Visual C++]    imagekitcontrolname.GetFile().SetExifAutoRotate(BOOL Val)
[VB.NET]   imagekitcontrolname.File.ExifAutoRotate[ = Boolean ]
[C#.NET]   imagekitcontrolname.File.ExifAutoRotate[ = bool ]

Property Value

Value Explanation
True Rotate according to the direction of the main image and read
False Read the main image as it is (ignoring the direction)

Default value is True

Explanation

The ExifAutoRotate property sets whether to rotate an exif file according to the direction of the main image and read it. The default value is True. This property value is used by the LoadFile and the LoadFileMem methods but is ignored if the image is not an Exif format image.

Setting this value

  This value can be set at run-time.

Retrieving this value

  This value cannot be retrieved at run-time.

 

The ImageKit10 ActiveX is a product created by Newtone Corporation