Keyoti RapidSpell Silverlight API Docs
SetDictFileStream Method (dictFileStream, id)
APIKeyoti.RapidSpellCheckerEngineAdapterSetDictFileStream(Stream, String)
Keyoti RapidSpell Silverlight
Passes a Dict file as a stream, to be used for the main dictionary.
Declaration Syntax
C#Visual BasicVisual C++F#
public virtual void SetDictFileStream(
	Stream dictFileStream,
	string id
)
Public Overridable Sub SetDictFileStream ( 
	dictFileStream As Stream,
	id As String
)
public:
virtual void SetDictFileStream(
	Stream^ dictFileStream, 
	String^ id
)
abstract SetDictFileStream : 
        dictFileStream : Stream * 
        id : string -> unit 
override SetDictFileStream : 
        dictFileStream : Stream * 
        id : string -> unit 
Parameters
dictFileStream (Stream)
The stream containing the dictionary
id (String)
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.

Assembly: Keyoti3.RapidSpell.Silverlight (Module: Keyoti3.RapidSpell.Silverlight.dll) Version: 2.0.12.706 (2.0.12.706)