SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCRDictionary Class / Remove Method
dictionary element




In This Topic
    Remove Method (SmartZoneOCRDictionary)
    In This Topic
    Remove specific dictionary element.
    Syntax
    'Declaration
     
    
    Public Function Remove( _
       ByVal item As String _
    ) As Boolean
    'Usage
     
    
    Dim instance As SmartZoneOCRDictionary
    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