SmartZone v7.1 - Updated
Save Method




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

Parameters

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

Reference

SmartZoneOCRDictionary Class
SmartZoneOCRDictionary Members

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