ComponentOne SpellChecker for WPF and Silverlight
C1.WPF.SpellChecker Namespace / UserDictionary Class / Save Method
UTF-8 encoded stream where the dictionary will be saved.

In This Topic
    Save Method
    In This Topic
    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