SmartZone v8.0 - Updated January 12, 2025
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)

Parameters

item
dictionary element
See Also