This property sets whether an Exif thumbnail image is rotated and displayed according to the direction of the main image.

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

Property Value

Value Explanation
True (Default) Rotate and display thumbnail image according to the direction of the main image
False Display the thumbnail image as it is (ignoring the direction)

Explanation

The ExifAutoRotate property sets whether an Exif thumbnail image is rotated and displayed according to the direction of the main image. The default value is True. This property is ignored if the image file is not an Exif file.

Setting this value

This value can be set at run-time.

Retrieving this value

This value cannot be retrieved.

 

The ImageKit10 VCL is a product created by Newtone Corporation