Gets or sets a user-defined data object that is associated with this object.
public object Tag { get; set; }
Public Property Tag As Object
public object Tag {get; set;}
@property (nonatomic,retain) NSObject * tag
public Object getTag()
public void setTag(Object tag)
get_Tag();
set_Tag(value);
Object.defineProperty('Tag');
public:
property Object^ Tag
{
Object^ get()
void set(Object^ value)
}
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