ComponentOne SpellChecker for WPF and Silverlight
Load Method (SpellDictionaryBase)

C1.Silverlight.SpellChecker Namespace > SpellDictionaryBase Class : Load Method
Loads the dictionary from a stream.
Syntax
'Declaration
 
Public MustOverride Function Load( _
   ByVal stream As Stream _
) As Boolean
public abstract bool Load( 
   Stream stream
)

Parameters

stream

Return Value

True if the dictionary was loaded successfully, false otherwise.
Remarks
If the dictionary fails to load, this method returns false. In this case, you can check the value of the dictionary's State property to determine why the file failed to load.
See Also

Reference

SpellDictionaryBase Class
SpellDictionaryBase Members