The XmpData type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Add |
Adds a node to the top of the XMP tree. |
|
AddNode |
Adds a node to the XMP tree. |
|
Clear |
Sets all elements in the array to zero, to false, or to a null reference (Nothing in Visual Basic), depending on the element type. |
|
Contains |
Determines whether a node is in the tree. |
|
CopyTo |
Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index. |
|
Dispose |
Releases all resources used by this LockableObject. (Inherited from LockableObject.) |
|
Equals | (Inherited from Object.) | |
FindKeysByNamespace |
Finds tags which belong to the provided namespace on the top level of the current tree. |
|
GetEnumerator | Overloaded. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load |
Creates an XMP tree based on the provided XML code. |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
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 value for the specified tag. |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |