ImageGear .NET
Load(String,String) Method




Path to the user dictionary file to load.
Default section name used for adding items to the user dictionary.
Loads the user dictionary from a file.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal path As String, _
   ByVal defaultSectionName As String _
) 
'Usage
 
Dim instance As ImGearRecUserDictionary
Dim path As String
Dim defaultSectionName As String
 
instance.Load(path, defaultSectionName)
public void Load( 
   string path,
   string defaultSectionName
)
public: void Load( 
   string* path,
   string* defaultSectionName
) 
public:
void Load( 
   String^ path,
   String^ defaultSectionName
) 

Parameters

path
Path to the user dictionary file to load.
defaultSectionName
Default section name used for adding items to the user dictionary.
Remarks
Loads a user dictionary from a file, specifying a default section name used for new items added to the user dictionary.
See Also

Reference

ImGearRecUserDictionary Class
ImGearRecUserDictionary Members
Overload List

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback