menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AddDictionaryEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AddDictionaryEventArgs

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

    Inheritance
    System.Object
    System.EventArgs
    AddDictionaryEventArgs
    Inherited Members
    System.EventArgs.Empty
    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 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