AnnLabel Object

Summary

The AnnLabel class is used to display the text elements of various LEADTOOLS annotation objects.

Syntax

JavaScript Syntax
function lt.Annotations.Core.AnnLabel 
TypeScript Syntax
class lt.Annotations.Core.AnnLabel() 

Remarks

Each LEADTOOLS annotation object has one or more AnnLabels associated with it. The number and the way the labes are used depend on which type of annotation object the annotation object is.

Use the Labels property to control the display of the labels for an AnnObject. Access each label by its name.

For example, to display the name of an AnnObject, set the AnnObject.Labels["annobjectname"].isvisible property to true.

To hide the length of an AnnPolyRulerObject, set the AnnObject.Labels["rulerlength"].isvisible property to false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly