ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRDictionary Class / Remove Method
dictionary element




In This Topic
    Remove Method (ImGearOCRDictionary)
    In This Topic
    Remove specific dictionary element.
    Syntax
    'Declaration
     
    Public Function Remove( _
       ByVal item As String _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearOCRDictionary
    Dim item As String
    Dim value As Boolean
     
    value = instance.Remove(item)
    public bool Remove( 
       string item
    )
    public: bool Remove( 
       string* item
    ) 
    public:
    bool Remove( 
       String^ item
    ) 

    Parameters

    item
    dictionary element
    See Also