Loads the dictionary from a stream containing the compressed dictionary data.

Namespace:  C1.Silverlight.SpellChecker
Assembly:  C1.Silverlight.SpellChecker (in C1.Silverlight.SpellChecker.dll)

Syntax

C#
public override bool Load(
	Stream stream
)
Visual Basic
Public Overrides Function Load ( _
	stream As Stream _
) As Boolean

Parameters

stream
Type: System.IO..::..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