Keyoti RapidSpell Silverlight API Docs
SetDictFileStream Method (dictFileStream, dictionaryID)
APIKeyoti.RapidSpellRapidSpellCheckerSetDictFileStream(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 dictionaryID
)
Public Overridable Sub SetDictFileStream ( 
	dictFileStream As Stream,
	dictionaryID As String
)
public:
virtual void SetDictFileStream(
	Stream^ dictFileStream, 
	String^ dictionaryID
)
abstract SetDictFileStream : 
        dictFileStream : Stream * 
        dictionaryID : string -> unit 
override SetDictFileStream : 
        dictFileStream : Stream * 
        dictionaryID : string -> unit 
Parameters
dictFileStream (Stream)
The stream containing the dictionary
dictionaryID (String)
Any generated identity string which the spell checker can use to cache and identify this dictionary.
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)