Keyoti RapidSpell Desktop .NET API Docs
SetDictFileStream Method (dictFileStream, id, modifiedDate)
APIKeyoti.RapidSpellICheckerEngineSetDictFileStream(Stream, String, DateTime)
Keyoti RapidSpell Desktop .NET
Passes a Dict file as a stream, to be used for the main dictionary.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
void SetDictFileStream(
	Stream dictFileStream,
	string id,
	DateTime modifiedDate
)
void SetDictFileStream(
	Stream dictFileStream,
	string id,
	DateTime modifiedDate
)
Sub SetDictFileStream ( 
	dictFileStream As Stream,
	id As String,
	modifiedDate As DateTime
)
Sub SetDictFileStream ( 
	dictFileStream As Stream,
	id As String,
	modifiedDate As DateTime
)
void SetDictFileStream(
	Stream^ dictFileStream, 
	String^ id, 
	DateTime modifiedDate
)
void SetDictFileStream(
	Stream^ dictFileStream, 
	String^ id, 
	DateTime modifiedDate
)
abstract SetDictFileStream : 
        dictFileStream : Stream * 
        id : string * 
        modifiedDate : DateTime -> unit 
abstract SetDictFileStream : 
        dictFileStream : Stream * 
        id : string * 
        modifiedDate : DateTime -> unit 
Parameters
dictFileStream (Stream)
The stream containing the dictionary
id (String)
Any generated identity string which the spell checker can use to cache and identify this dictionary.
modifiedDate (DateTime)
When the dictionary was modified, use .Now to update the cache.
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412