Passes a Dict file as a stream, to be used for the main dictionary.
| C# | Visual Basic | Visual C++ | F# |
public virtual void SetDictFileStream( Stream dictFileStream )
Public Overridable Sub SetDictFileStream ( dictFileStream As Stream )
public: virtual void SetDictFileStream( Stream^ dictFileStream )
abstract SetDictFileStream : dictFileStream : Stream -> unit override SetDictFileStream : dictFileStream : Stream -> unit
- dictFileStream (Stream)
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.
| Exception | Condition |
|---|---|
| InvalidOperationException | If called after dictionary has been loaded. |
Assembly: Keyoti3.RapidSpell.WPF (Module: Keyoti3.RapidSpell.WPF.dll) Version: 2.0.10.827