Class XmpArray
XmpArray class
Represents Xmp Array in XmpPackage
. TODO: Array may contain complex data.
public class XmpArray : IXmlValue
Constructors
Name | Description |
---|
XmpArray(XmpArrayType) | Initializes a new instance of the XmpArray class. |
XmpArray(XmpArrayType, string[]) | Initializes a new instance of the XmpArray class. |
Properties
Name | Description |
---|
Values { get; } | Gets array of values inside XmpArray . |
Methods
Name | Description |
---|
AddItem(string) | Adds new item. |
GetXmlValue() | Converts XMP value to the XML representation. |
override ToString() | Returns a String that represents this instance. |
See Also