Orientation defines the orientation of the output image. Not all scanner supports this capability.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEIntList Orientation { get; }
Public ReadOnly Property Orientation As IEIntList
	Get
public:
property IEIntList^ Orientation {
	IEIntList^ get ();
}

Remarks

Default allowed values are:

TW_NoRotation : no rotation (Portrait)

TW_Rotate90 : rotate 90°

TW_Rotate180 : rotate 180°

TW_Rotate270 : rotate 270° (Landscape)

Above values can be assigned to Orientation.CurrentValue property. To see which values your scanner supports look at Orientation[] array.

See Also