AnnTextRotate Enumeration

Summary

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

Syntax

JavaScript Syntax
lt.Annotations.Core.AnnTextRotate = { 
	Rotate0: 0, 
	Rotate90: 1, 
	Rotate180: 2, 
	Rotate270: 3 
} 
TypeScript Syntax
lt.Annotations.Core.AnnTextRotate = { 
	Rotate0: 0, 
	Rotate90: 1, 
	Rotate180: 2, 
	Rotate270: 3 
} 

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.

Remarks

Use this enumeration with the TextRotate property.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly