When TIFF_EnableAdjustOrientation is true IEImage rotates loaded image as specified in the TIFF file. (default true).

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

Syntax

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

See Also