Loads spell-checking settings from the stream.

Namespace:  C1.Win.C1Spell
Assembly:  C1.Win.C1Spell.2 (in C1.Win.C1Spell.2.dll)

Syntax

C#
public void LoadSettings(
	Stream stream
)
Visual Basic (Declaration)
Public Sub LoadSettings ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::.Stream
Stream to load.

See Also