FormFix v6.0 for .NET - Updated
Tag Property (IdentificationProcessor)



Accusoft.FormFixSdk Namespace > IdentificationProcessor Class : Tag Property
This method is deprecated. Gets or sets an object that contains additional data about this object.
Syntax
'Declaration
 
<ObsoleteAttribute("This method is deprecated. It has been replaced by UserTag property.")>
Public Property Tag As Object
'Usage
 
Dim instance As IdentificationProcessor
Dim value As Object
 
instance.Tag = value
 
value = instance.Tag
[Obsolete("This method is deprecated. It has been replaced by UserTag property.")]
public object Tag {get; set;}
[Obsolete("This method is deprecated. It has been replaced by UserTag property.")]
public:
property Object^ Tag {
   Object^ get();
   void set (    Object^ value);
}
Remarks

This method is deprecated.

You can assign any System.Object derived type to this property. This component does not use it and you can use it for any purpose you see fit. Normally, you would store a reference to a FormDirector FormSet object.

Valid value: A reference to any object. You can store values, such as integers and strings, in this property using .NET's boxing facility.

Default value: null

See Also

Reference

IdentificationProcessor Class
IdentificationProcessor Members

Is this page helpful?
Yes No
Thanks for your feedback.