←Select platform

Tag Property

Summary
Gets or sets an object that contains data associated with this barcode.
Syntax
C#
VB
Objective-C
C++
Java
[XmlIgnoreAttribute()] 
public object Tag { get; set; } 
<BrowsableAttribute(False)> 
<XmlIgnoreAttribute()> 
Public Property Tag As Object 
@property (nonatomic, copy) id tag 
public Object getTag() 
public void setTag(Object value) 
[BrowsableAttribute(false)] 
[XmlIgnoreAttribute()] 
public: 
property Object^ Tag { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

An Object that contains information that is associated with the barcode.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.