Class Hyphenator
Represents the methods and properties that can be working with hyphenation dictionaries.
Inheritance
System.Object
Hyphenator
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class Hyphenator : Object
Properties
Dictionaries
Declaration
public static Dictionary<string, Stream> Dictionaries { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.IO.Stream> |
Methods
add_AddDictionary(AddDictionaryEventHandler)
Declaration
public void add_AddDictionary(AddDictionaryEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
AddDictionaryEventHandler | value |
remove_AddDictionary(AddDictionaryEventHandler)
Declaration
public void remove_AddDictionary(AddDictionaryEventHandler value)
Parameters
Type | Name | Description |
---|---|---|
AddDictionaryEventHandler | value |
UnloadDictionaries()
Declaration
public static void UnloadDictionaries()
Events
AddDictionary
Occurs during Word to PDF/Image conversion to adds the alternate dictionary when a specified dictionary doesn�t exist in the collection.
Declaration
public event AddDictionaryEventHandler AddDictionary
Event Type
Type |
---|
AddDictionaryEventHandler |
Remarks
This event is supported for Word to PDF/Image conversion alone.