Nevron Open Vision Documentation
Nevron.Nov.Text.SpellCheck Namespace / NHunspellDictionaryReader Class / LoadFromStreams Method


In This Topic
    LoadFromStreams Method
    In This Topic
    Loads a spell check dictionary from 2 streams - one containing the dictionary items and one describing the affixes.
    Syntax
    'Declaration
     
    
    Public Overridable Function LoadFromStreams( _
       ByVal cultureName As System.String, _
       ByVal affixStream As System.IO.Stream, _
       ByVal dictionaryStream As System.IO.Stream _
    ) As NTernarySpellCheckDictionary
    'Usage
     
    
    Dim instance As NHunspellDictionaryReader
    Dim cultureName As System.String
    Dim affixStream As System.IO.Stream
    Dim dictionaryStream As System.IO.Stream
    Dim value As NTernarySpellCheckDictionary
     
    value = instance.LoadFromStreams(cultureName, affixStream, dictionaryStream)
    public virtual NTernarySpellCheckDictionary LoadFromStreams( 
       System.string cultureName,
       System.IO.Stream affixStream,
       System.IO.Stream dictionaryStream
    )

    Parameters

    cultureName
    affixStream
    dictionaryStream
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also