C#
VB
C++
Indicates how much the text is to be rotated and in which direction.
public enum AnnTextRotate Public Enum AnnTextRotateInherits System.EnumImplements System.IComparable, System.IConvertible, System.IFormattable
public enum class AnnTextRotate : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable Members
| Value | Member | Description |
|---|---|---|
| 0 | Rotate0 | Do not rotate the text. |
| 1 | Rotate90 | Rotate the text 90 degrees counter clockwise. |
| 2 | Rotate180 | Rotate the text 180 degrees counter clockwise. |
| 3 | Rotate270 | Rotate the text 270 degrees counter clockwise. |
Use this enumeration with the IAnnText.TextRotate property.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
