XmpArray Properties
An XMP metadata node with an array value.Name | Description |
---|---|
ArrayType | Retrieves the array type. |
Count | Gets the number of items in the array. |
Item[Int32] | Gets the array item at the specified index. |
Language | Gets or sets the default language for the node value. Inherited from XmpValueNode. |
Name | Gets the node name. Inherited from XmpNode. |
Qualifiers | Gets a list of value node qualifiers. Inherited from XmpValueNode. |
Type | Gets the node’s value type. |
Values | Retrieves a list of array item values. |
See Also