[]
Loads the dictionary from a Uri pointing to the compressed dictionary data.
public void LoadAsync(string uri)
Type | Name | Description |
---|---|---|
string | uri | Uri that points to the compressed dictionary data. |
When this method completes, it fires the LoadCompleted event.
Loads the dictionary from a Uri pointing to the compressed dictionary data.
public void LoadAsync(Uri uri)
Type | Name | Description |
---|---|---|
Uri | uri | Uri that points to the compressed dictionary data. |
<p>When this method completes, it fires the <xref href="C1.WPF.SpellChecker.SpellDictionaryBase.LoadCompleted" data-throw-if-not-resolved="false"></xref> event.</p>
<p>
<b>LoadAsync</b> downloads the dictionary by creating a <xref href="System.Net.WebClient" data-throw-if-not-resolved="false"></xref> object and calling
its OpenReadAsync(Uri) method. This call will fail if the server is not configured to serve the file extension used by the dictionary file. If this happens, you have a few easy ways to solve the problem: