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