Class Hyphenator
Represents the methods and properties that can be working with hyphenation dictionaries.
Inheritance
System.Object
Hyphenator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class Hyphenator
Properties
Dictionaries
Declaration
public static Dictionary<string, Stream> Dictionaries { get; set; }
Property Value
Type |
---|
System.Collections.Generic.Dictionary<System.String, System.IO.Stream> |
Methods
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.