LEADTOOLS Barcode (Leadtools.Barcode assembly)

Tag Property

Show in webframe







Gets or sets an object that contains data associated with this barcode.
Syntax
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public object Tag {get; set;}
'Declaration
 
<XmlIgnoreAttribute()>
<BrowsableAttribute(False)>
Public Property Tag As Object
'Usage
 
Dim instance As BarcodeData
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public object Tag {get; set;}
@property (nonatomic, copy) id tag;
public Object getTag()
public void setTag(Object value)
            
XmlIgnoreAttribute()
BrowsableAttribute()
 
get_Tag();
set_Tag(value);
Object.defineProperty('Tag');
[XmlIgnoreAttribute()]
[BrowsableAttribute(false)]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}

Property Value

An System.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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