←Select platform

Tag Property

Summary
Gets or sets an object that contains data associated with this barcode.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[XmlIgnoreAttribute()] 
public object Tag { get; set; } 
@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^ ); 
} 
Tag # get and set (BarcodeData) 

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 22.0.2023.5.9
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Barcode Assembly

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