If you set this property to True before load a file which contains EXIF information, the image will be automatically orientated.

This property also sets JPEG_EnableAdjustOrientation and TIFF_EnableAdjustOrientation.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool EnableAdjustOrientation { get; set; }
Public Property EnableAdjustOrientation As Boolean
	Get
	Set
public:
property bool EnableAdjustOrientation {
	bool get ();
	void set (bool value);
}

See Also