The orientation of the camera relative to the scene, when the image was captured

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IOParams..::..EXIFOrientation EXIF_Orientation { get; set; }
Public Property EXIF_Orientation As IOParams..::..EXIFOrientation
	Get
	Set
public:
property IOParams..::..EXIFOrientation EXIF_Orientation {
	IOParams..::..EXIFOrientation get ();
	void set (IOParams..::..EXIFOrientation value);
}

See Also