Orientation defines the orientation of the output image.
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
Portrait | 0 |
No rotation (Portrait)
|
Landscape | 1 |
Rotate 270° clockwise (Landscape)
|
Rotate90 | 2 |
Rotate 90° clockwise
|
Rotate180 | 3 |
Rotate 180°
|