Sets whether to rotate an exif file according to the direction of the main image and read it.

[C++Builder]   imagekitcontrolname->FileIO->ExifAutoRotate[ = bool ]
[Delphi]   imagekitcontrolname.FileIO.ExifAutoRotate[ = Boolean ]

Property Value

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

Explanation

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

The default is True. The value of this property is used in the LoadFile and LoadFileMem methods, but it is invalid if the target file is something other than Exif format.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation