menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Hyphenator - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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.Portable.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved