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

RestrictionMode Property

Show in webframe
Gets or sets the restriction mode for this AnnLabel.
Syntax
get_restrictionMode();
set_restrictionMode(value);
Object.defineProperty('restrictionMode');

Property Value

TypeDescription
AnnLabelRestrictionThe restriction mode for this AnnLabel. Default value is AnnLabelRestriction.None.
Remarks

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

If the value of RestrictionMode is AnnLabelRestriction.RestrictToUserRect, then the rectangle value must be set in RestrictionRectangle.

See Also

Reference

AnnLabel Object
AnnLabel Members

Error processing SSI file