ComponentOne SpellChecker for WPF and Silverlight
Save Method (UserDictionary)

C1.Silverlight.SpellChecker Namespace > UserDictionary Class : Save Method
UTF-8 encoded stream where the dictionary will be saved.
Saves the user dictionary into a UTF-8 encoded stream.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal stream As Stream _
) 
public void Save( 
   Stream stream
)

Parameters

stream
UTF-8 encoded stream where the dictionary will be saved.
See Also

Reference

UserDictionary Class
UserDictionary Members