XmpArray

XmpArray class

Represents Xmp Array in XmpPackage. TODO: Array may contain complex data.

public class XmpArray : IXmlValue

Constructors

NameDescription
XmpArray(XmpArrayType)Initializes a new instance of the XmpArray class.
XmpArray(XmpArrayType, string[])Initializes a new instance of the XmpArray class.

Properties

NameDescription
Values { get; }Gets array of values inside XmpArray.

Methods

NameDescription
AddItem(string)Adds new item.
GetXmlValue()Converts XMP value to the XML representation.
override ToString()Returns a String that represents this instance.

See Also