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

AnnVerticalAlignment Enumeration

Show in webframe
Indicates how text should be displayed on the vertical axis.
Syntax
Leadtools.Annotations.Core.AnnVerticalAlignment = function() { };
Leadtools.Annotations.Core.AnnVerticalAlignment.prototype = {
	top = 0,
	center = 1,
	bottom = 2,
	
 };
Members
ValueMemberDescription
0topThe text should be top aligned.
1centerThe text should be centered.
2bottomThe text should be bottom aligned.
See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file