Error processing SSI file
LEADTOOLS Barcode (Leadtools.Barcode assembly)

Show in webframe

Tag Property








Gets or sets an object that contains data associated with this barcode.
Syntax
[BrowsableAttribute(false)]
[XmlIgnoreAttribute()]
public object Tag {get; set;}
'Declaration
 
<BrowsableAttribute(False)>
<XmlIgnoreAttribute()>
Public Property Tag As Object
'Usage
 
Dim instance As BarcodeData
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[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^ value);
}

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

See Also

Reference

BarcodeData Class
BarcodeData Members

Error processing SSI file
Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features