public enum AnnTextRotate
typedef NS_ENUM(NSInteger, LTAnnTextRotate) {
LTAnnTextRotateRotate0 = 0,
LTAnnTextRotateRotate90 = 1,
LTAnnTextRotateRotate180 = 2,
LTAnnTextRotateRotate270 = 3,
};
public enum AnnTextRotate
public:
enum class AnnTextRotate sealed
class AnnTextRotate(Enum):
Rotate0 = 0
Rotate90 = 1
Rotate180 = 2
Rotate270 = 3
Rotate45 = 4
Rotate135 = 5
Rotate225 = 6
Rotate315 = 7
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. |
4 | Rotate45 | Rotate the text 45 degrees counter clockwise. |
5 | Rotate135 | Rotate the text 135 degrees counter clockwise. |
6 | Rotate225 | Rotate the text 225 degrees counter clockwise. |
7 | Rotate315 | Rotate the text 315 degrees counter clockwise. |
Use this enumeration with the AnnTextObject.TextRotate property.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document