Keyoti RapidSpell Web .NET Help Docs
SetDictFileStream Method (dictFileStream)
API DocumentationKeyoti.RapidSpellRapidSpellCheckerSetDictFileStream(Stream)
Keyoti RapidSpell Web .NET
Passes a Dict file as a stream, to be used for the main dictionary.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetDictFileStream(
	Stream dictFileStream
)
Public Overridable Sub SetDictFileStream ( _
	dictFileStream As Stream _
)
public:
virtual void SetDictFileStream(
	Stream^ dictFileStream
)
Parameters
dictFileStream (Stream)
Remarks
Note this method must be set before Check is called, and the stream position must be at beginning of Dict file. The stream is NOT closed by this method.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf called after dictionary has been loaded.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb) Version: 3.7.10.625