Table of Contents

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

XmpArrayType

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

lang string

Property Value

string

value

Methods

Add(string, string)

Adds item to the array.

public void Add(string lang, string value)

Parameters

lang string

Language code.

value string

Text value.

CreateEntity()

Creates entity in the parent.

protected override void CreateEntity()