AnnTextRotate Enumeration

Summary

Indicates how much the text is to be rotated and in which direction.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnTextRotate = { 
	rotate0: 0, 
	rotate90: 1, 
	rotate180: 2, 
	rotate270: 3, 
	rotate45: 4, 
	rotate135: 5, 
	rotate225: 6, 
	rotate315: 7 
} 
lt.Annotations.Engine.AnnTextRotate = { 
	rotate0: 0, 
	rotate90: 1, 
	rotate180: 2, 
	rotate270: 3, 
	rotate45: 4, 
	rotate135: 5, 
	rotate225: 6, 
	rotate315: 7 
} 

Members
0 Rotate0

(0) Do not rotate the text.

1 Rotate90

(1) Rotate the text 90 degrees counter clockwise.

2 Rotate180

(2) Rotate the text 180 degrees counter clockwise.

3 Rotate270

(3) Rotate the text 270 degrees counter clockwise.

4 Rotate45

(4) Rotate the text 45 degrees counter clockwise.

5 Rotate135

(5) Rotate the text 135 degrees counter clockwise.

6 Rotate225

(6) Rotate the text 225 degrees counter clockwise.

7 Rotate315

(7) Rotate the text 315 degrees counter clockwise.

Remarks

Use this enumeration with the TextRotate property.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly