SmartZone v7.1 - Updated
Add Method (SmartZoneOCRDictionary)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRDictionary Class : Add Method
The object to add to the dictionary.
Adds an item to the dictionary.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As String _
) 
'Usage
 
Dim instance As SmartZoneOCRDictionary
Dim item As String
 
instance.Add(item)
public void Add( 
   string item
)
public: void Add( 
   string* item
) 
public:
void Add( 
   String^ item
) 

Parameters

item
The object to add to the dictionary.
See Also

Reference

SmartZoneOCRDictionary Class
SmartZoneOCRDictionary Members

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