SmartZone v8.0 - Updated January 12, 2025
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / SmartZoneOCRDictionary Class / Add Method
The object to add to the dictionary.




In This Topic
Add Method (SmartZoneOCRDictionary)
In This Topic
Adds an item to the dictionary.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal item As String _
) 
 
'Usage
 
Dim instance As SmartZoneOCRDictionary
Dim item As String
 
instance.Add(item)

Parameters

item
The object to add to the dictionary.
See Also