Gets or sets a user-defined data object that is associated with this object.
Object.defineProperty(AnnObject.prototype, 'tag',
get: function(),
set: function(value)
)
tag: any;
The user-defined data. The default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET