AnnLabelRestriction Enumeration

Summary

Indicates the restriction mode of AnnLabel objects.

Syntax
TypeScript
JavaScript
lt.Annotations.Engine.AnnLabelRestriction = { 
	none: 0x00000000, 
	restrictToContainer: 0x00000001, 
	restrictToObjectBounds: 0x00000002, 
	restrictToUserRect: 0x00000004 
} 
lt.Annotations.Engine.AnnLabelRestriction = { 
	none: 0x00000000, 
	restrictToContainer: 0x00000001, 
	restrictToObjectBounds: 0x00000002, 
	restrictToUserRect: 0x00000004 
} 
Members

0x00000000

None

(0) No label restriction.

0x00000001

RestrictToContainer

(1) Restrict label to the parent container boundary.

0x00000002

RestrictToObjectBounds

(2) Restrict label to object bounds.

0x00000004

RestrictToUserRect

(4) 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.

Requirements

Target Platforms

Help Version 22.0.2023.1.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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