SmartZone v7.2 - Updated
Remove Method (SmartZoneOCRDictionary)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRDictionary Class : Remove Method
dictionary element
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

Reference

SmartZoneOCRDictionary Class
SmartZoneOCRDictionary Members

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