SmartZone v7.1 - Updated
Load Method




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > SmartZoneOCRDictionary Class : Load Method
Full path to the dictionary file.
Loads dictionary from the specified file.
Syntax
'Declaration
 
Public Sub Load( _
   ByVal filename As String _
) 
'Usage
 
Dim instance As SmartZoneOCRDictionary
Dim filename As String
 
instance.Load(filename)
public void Load( 
   string filename
)
public: void Load( 
   string* filename
) 
public:
void Load( 
   String^ filename
) 

Parameters

filename
Full path to the dictionary file.
Remarks
Dictionary items should be stored using UTF-8 encoding.
See Also

Reference

SmartZoneOCRDictionary Class
SmartZoneOCRDictionary Members

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