tag Property

Summary

Gets or sets a user-defined data object that is associated with this object.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnObject.prototype, 'tag', 
	get: function(), 
	set: function(value) 
) 
tag: any; 

Property Value

The user-defined data. The default value is null.

Remarks

The tag is any value that is not used by the LEADTOOLS Annotation toolkit. However, you can use the tag value to store any value you want. For example, you can use it store an index that links this AnnObject to other collections in your program.

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.