restrictionMode Property

Summary

Gets or sets the restriction mode for this AnnLabel.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnLabel.prototype, 'restrictionMode', 
	get: function(), 
	set: function(value) 
) 
restrictionMode: AnnLabelRestriction; 

Property Value

The 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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.