C#
VB
C++
Indicates how much the IAnnTextObject with.
public enum AnnTextRotate
Public Enum AnnTextRotate
Inherits System.Enum
Implements 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 IAnnTextObject.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