Class XmpLangArray
Represents Xmp Alt Lang array.
Inherited Members
Namespace: Syncfusion.Pdf.Xmp
Assembly: Syncfusion.Pdf.NET.dll
Syntax
public class XmpLangArray : XmpCollection
Properties
ArrayType
Gets type of the lang array.
Declaration
protected override XmpArrayType ArrayType { get; }
Property Value
Type |
---|
XmpArrayType |
Overrides
DefaultText
Gets or sets the default text.
Declaration
public string DefaultText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default text. |
Item[String]
Gets or sets the System.String with the specified lang.
Declaration
public string this[string lang] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.String | lang |
Property Value
Type | Description |
---|---|
System.String | value |
Methods
Add(String, String)
Adds item to the array.
Declaration
public void Add(string lang, string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | lang | Language code. |
System.String | value | Text value. |
CreateEntity()
Creates entity in the parent.
Declaration
protected override void CreateEntity()