←Select platform

Tag Property

Summary

The user-defined data object that is associated with this object.

Syntax
C#
C++/CLI
Python
[IgnoreDataMemberAttribute()] 
public object Tag { get; set; } 
public:  
   [IgnoreDataMemberAttribute] 
   property Object^ Tag 
   { 
      Object^ get() 
      void set(Object^ value) 
   } 
Tag # get and set (Field) 

Property Value

The user-defined data. The default value is null.

Remarks

A tag is any stored value that is not used by the LEADTOOLS OMR toolkit.

Requirements

Target Platforms

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

Leadtools.Forms.Processing.Omr Assembly

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