Saves the spell-checking settings to the specified stream.

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

Syntax

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

Parameters

stream
Type: System.IO..::.Stream
Stream in which spell-checking options will be persisted.

See Also