ImageGear .NET v25.1 - Updated
Add Method (ImGearOCRDictionary)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRDictionary 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 ImGearOCRDictionary
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

ImGearOCRDictionary Class
ImGearOCRDictionary Members