ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / Add Method
The object to add to the dictionary.




In This Topic
    Add Method (ImGearOCRDictionary)
    In This Topic
    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