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

AnnLabelRestriction Enumeration

Show in webframe
Indicates the restriction mode of AnnLabel objects.
Syntax
Leadtools.Annotations.Core.AnnLabelRestriction = function() { };
Leadtools.Annotations.Core.AnnLabelRestriction.prototype = {
	none = 0,
	restrictToContainer = 1,
	restrictToObjectBounds = 2,
	restrictToUserRect = 4,
	
 };
Members
ValueMemberDescription
0none No label restriction.
1restrictToContainer Restrict label to the parent container boundary.
2restrictToObjectBounds Restrict label to object bounds.
4restrictToUserRect Restrict label to the user defined rectangle set in AnnLabel.RestrictionRectangle
Remarks

AnnLabelRestriction is the value of AnnLabel.RestrictionMode and is used by RenderLabel when the label is rendered to control if and how to restrict the label into a specified area.

See Also

Reference

Leadtools.Annotations.Core Namespace

Error processing SSI file