The XmpData type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
XmpData | Overloaded. Initializes a new instance of the XmpData class. |
| 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.) |
| Name | Description | |
|---|---|---|
|
|
Count |
Gets the number of nodes contained in the XmpData. |
|
|
IsFixedSize |
Gets a value indicating whether the XmpData object has a fixed size. |
|
|
IsReadOnly |
Gets a value indicating whether the XmpData object is read-only. |
|
|
IsSynchronized |
Gets a value indicating whether access to the XmpData is synchronized (thread safe). |
|
|
Item |
Gets or sets the element with the specified key. |
|
|
Keys |
Gets an ICollection object containing the keys of the XmpData object. |
|
|
Namespaces |
Returns an array of namespaces stored in this tree. |
|
|
SyncRoot |
Gets an object that can be used to synchronize access to the XmpData. |
|
|
Values |
Gets an ICollection object containing the values in the XmpData object. |