XmpPackage Methods

The XmpPackage type exposes the following members.

Methods
  NameDescription
Public methodAddValue
Adds the value.
Public methodClear
Clears this instance.
Public methodContainsKey
Determines whether the specified key contains key.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetKeyValueAsXml
Gets the RDF code for specific XmpArrayType.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmlValue
Converts XMP value to the XML representation.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove the value with the specified key.
Public methodSetValue
Sets the value.
Protected methodSetXmpBoolean
Sets the XMP boolean value.
Protected methodSetXmpDate
Sets the XMP date.
Protected methodSetXmpGuid
Sets the XMP unique identifier.
Protected methodSetXmpInteger
Sets the XMP integer.
Public methodSetXmpTypeValue
Sets the XMP type value.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also