Orientation defines the orientation of the output image.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum IEOrientation
Public Enumeration IEOrientation
public enum class IEOrientation

Members

MemberValueDescription
Portrait0
No rotation (Portrait)
Landscape1
Rotate 270° clockwise (Landscape)
Rotate902
Rotate 90° clockwise
Rotate1803
Rotate 180°

See Also