C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets an object that contains data associated with this barcode.
[XmlIgnoreAttribute()]
public object Tag { get; set; }
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Tag As Object
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public object Tag {get; set;}
@property (nonatomic, copy) id tag
public Object getTag()
public void setTag(Object value)
BrowsableAttribute()
XmlIgnoreAttribute()
<br/>get_Tag();<br/>set_Tag(value);<br/>Object.defineProperty('Tag');
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public:
property Object^ Tag {
Object^ get();
void set ( Object^ );
}
An Object that contains information that is associated with the barcode.
The Tag property can be used to store any object that you want to associate with a BarcodeData. You can store any item. Note: the Tag property is not used by LEADTOOLS.
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