Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AnnTextRotate Enumeration

Show in webframe
Indicates how much the text is to be rotated and in which direction.
Syntax
Leadtools.Annotations.Core.AnnTextRotate = function() { };
Leadtools.Annotations.Core.AnnTextRotate.prototype = {
	rotate0 = 0,
	rotate90 = 1,
	rotate180 = 2,
	rotate270 = 3,
	
 };
Members
ValueMemberDescription
0rotate0Do not rotate the text.
1rotate90Rotate the text 90 degrees counter clockwise.
2rotate180Rotate the text 180 degrees counter clockwise.
3rotate270Rotate the text 270 degrees counter clockwise.
Remarks

Use this enumeration with the TextRotate property.

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file