ImageGear for .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
public void Load( 
   string path,
   string defaultSectionName
)
public: void Load( 
   string* path,
   string* defaultSectionName
) 
public:
void Load( 
   String^ path,
   String^ defaultSectionName
) 
'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)

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback