←Select platform

AnnLabel Class

Summary
The AnnLabel class is used to display text elements of various LEADTOOLS annotation objects.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public class AnnLabel 
@interface LTAnnLabel : NSObject<NSCoding, NSCopying, LTAnnPropertyChangedDelegate> 
public class AnnLabel 
public: 
   ref class AnnLabel 
class AnnLabel: 
Remarks

Each LEADTOOLS annotation object has one or more AnnLabels associated with it, depending on the type of annotation object. The manner in which the AnnLabels are used is determined by the type of the annotation object.

Control the display of these label using each AnnObjects AnnObject.Labels property. You can 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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.