The XmpData type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a node to the top of the XMP tree. |
|
AddNode |
Adds a node to the XMP tree. |
|
Clear |
Removes all elements from the XmpData object. |
|
Contains |
Determines whether the XmpData object contains a node with the specified key. |
|
CopyTo |
Copies the elements of the XmpData to an Array, starting at a particular Array index. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FindKeysByNamespace |
Returns an array of tags belonging to the specified namespace in the current tree. |
|
GetDictionaryEnumerator |
Returns an IDictionaryEnumerator object for the XmpData object. |
|
GetHashCode | (Inherited from Object.) | |
GetNodeEnumerator |
Returns an IEnumerator object for the XmpData object. |
|
GetType | (Inherited from Object.) | |
Load |
Creates an XMP tree based on the provided XML code. |
|
MemberwiseClone | (Inherited from Object.) | |
Remove |
Removes the first occurrence of a specific node from the tree. |
|
Save |
Returns an XML code corresponding to the tree of XMP fields stored in this XmpData object. |
|
SetNode |
Sets a new node to this tree. |
|
ToString | (Inherited from Object.) |