menu

Document Processing

AddDictionaryEventArgs Class - C# Word Library API Reference | Syncfusion

    Show / Hide Table of Contents

    AddDictionaryEventArgs Class

    Occurs during Word to PDF/Image conversion to add dictionary when a specified language dictionary doesn�t exist in the collection.

    Inheritance
    System.Object
    AddDictionaryEventArgs
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public class AddDictionaryEventArgs : EventArgs

    Properties

    DictionaryStream

    Declaration
    public Stream DictionaryStream { get; set; }
    Property Value
    Type
    System.IO.Stream

    LanguageCode

    Gets the original language code. Read Only.

    Declaration
    public string LanguageCode { get; }
    Property Value
    Type Description
    System.String

    The string that specifies the original language code.

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