Class XmpLangArray
- Namespace
- Syncfusion.Pdf.Xmp
- Assembly
- Syncfusion.Pdf.Portable.dll
Represents Xmp Alt Lang array.
public class XmpLangArray : XmpCollection
- Inheritance
-
XmpLangArray
- Inherited Members
Properties
ArrayType
Gets type of the lang array.
protected override XmpArrayType ArrayType { get; }
Property Value
DefaultText
Gets or sets the default text.
public string DefaultText { get; set; }
Property Value
- string
The default text.
this[string]
Gets or sets the string with the specified lang.
public string this[string lang] { get; set; }
Parameters
langstring
Property Value
- string
value
Methods
Add(string, string)
Adds item to the array.
public void Add(string lang, string value)
Parameters
CreateEntity()
Creates entity in the parent.
protected override void CreateEntity()