GemBox.Document
  • Overview
  • Examples
  • Free version
  • Support
  • Pricelist

    Show / Hide Table of Contents

    HyphenationDictionaryLoadingEventArgs Class

    Namespace:
    GemBox.Document.Hyphenation
    Assembly:
    GemBox.Document.dll

    Represents data for an event that occurs when no hyphenation dictionary was found for the specified culture information.

    • C#
    • VB.NET
    public sealed class HyphenationDictionaryLoadingEventArgs : EventArgs
    Public NotInheritable Class HyphenationDictionaryLoadingEventArgs
        Inherits EventArgs
    Inheritance:
    System.Object
    System.EventArgs
    HyphenationDictionaryLoadingEventArgs

    Properties

    CultureInfo

    Gets the dictionary's culture information.

    • C#
    • VB.NET
    public CultureInfo CultureInfo { get; }
    Public ReadOnly Property CultureInfo As CultureInfo
    Property Value
    System.Globalization.CultureInfo

    The dictionary's culture information.

    HyphenationDictionary

    Gets or sets the hyphenation dictionary for the specified culture information.

    • C#
    • VB.NET
    public HyphenationDictionary HyphenationDictionary { get; set; }
    Public Property HyphenationDictionary As HyphenationDictionary
    Property Value
    HyphenationDictionary

    The hyphenation dictionary for the specified culture information.

    Back to top

    Facebook • Twitter • LinkedIn

    © GemBox Ltd. — All rights reserved.