C#
VB
Java
Objective-C
WinRT C#
C++
Indicates how much the text is to be rotated and in which direction.
public enum AnnTextRotate
Public Enum AnnTextRotate
public enum AnnTextRotate
typedef enum LTAnnTextRotate
public enum AnnTextRotate
Leadtools.Annotations.Core.AnnTextRotate = function() { };
Leadtools.Annotations.Core.AnnTextRotate.prototype = {
Rotate0 = 0x00000000,
Rotate90 = 0x00000001,
Rotate180 = 0x00000002,
Rotate270 = 0x00000003,
};
public:
enum class AnnTextRotate sealed
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 AnnTextObject.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