←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++
[BrowsableAttribute(false)] 
[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() 
  
get_Tag(); 
set_Tag(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Barcode Assembly
Click or drag to resize