←Select platform

Tag Property

Summary

Gets or sets an object that contains data associated with this barcode.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[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^ ); 
} 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly