Table of Contents

Class LangAlt

Namespace
Aspose.Imaging.Xmp
Assembly
Aspose.Imaging.dll

Represents XMP Language Alternative.

public class LangAlt : IXmlValue
Inheritance
LangAlt
Implements
Inherited Members

Constructors

LangAlt()

Initializes a new instance of the LangAlt class.

public LangAlt()

LangAlt(string)

Initializes a new instance of the LangAlt class.

public LangAlt(string defaultValue)

Parameters

defaultValue string

The default value.

Fields

languages

Dictionary of languages.

protected Dictionary<string, string> languages

Field Value

Dictionary<string, string>

Methods

AddLanguage(string, string)

Adds the language.

public virtual void AddLanguage(string language, string value)

Parameters

language string

The language.

value string

The language value.

GetXmlValue()

Converts XMP value to the XML representation.

public string GetXmlValue()

Returns

string

Returns the XMP value converted to the XML representation.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.