This documentation is for the old version. Go to the latest Graphics Mill docs

XmpData Members

The XmpData type exposes the following members.

Constructors

Name Description
Public method XmpData Overloaded.

Creates and initializes a new XmpData instance.

Methods

Name Description
Public method {dtor}

Enables using delete operator in C++ applications. It is strongly not recommended to use it directly.

Public method Add

Adds a node to the top of the XMP tree.

Public method AddNode

Adds a node to the XMP tree.

Public method 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.

Public method Contains

Determines whether a node is in the tree.

Public method CopyTo

Copies all the elements of the current one-dimensional array to the specified one-dimensional array starting at the specified destination array index.

Public method Dispose

Releases all resources used by this LockableObject.

(Inherited from LockableObject.)
Public method Equals (Inherited from Object.)
Public method FindKeysByNamespace

Finds tags which belong to the provided namespace on the top level of the current tree.

Public method GetEnumerator Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Load

Creates an XMP tree based on the provided XML code.

Public method Lock

Locks the object.

(Inherited from LockableObject.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove

Removes the first occurrence of a specific node from the tree.

Public method Save

Returns an XML code corresponding to the tree of XMP fields stored in this XmpData object.

Public method SetNode

Sets a new value for the specified tag.

Public method ToString (Inherited from Object.)
Public method Unlock

Unlocks the object previously locked with method Lock().

(Inherited from LockableObject.)

Properties

Name Description
Public property Count

Gets the number of nodes contained in the tree.

Public property IsDisposed (Inherited from LockableObject.)
Public property IsFixedSize

Indicates whether the tree has a fixed size.

Public property IsReadOnly

Indicates whether the tree is a read-only.

Public property IsSynchronized

Indicates whether the tree is synchronized.

Public property Item

Gets/sets a value for the specified tag.

Public property Keys

Returns a collection of tags stored in this tree.

Public property Locked

Indicates if the object has been locked.

(Inherited from LockableObject.)
Public property Namespaces

Returns a collection of namespaces stored in this tree.

Public property SyncRoot

Gets an object for synchronized access.

Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from LockableObject.)
Public property Values

Returns a collection of nodes stored in this tree.

See Also

Reference