XmpPackage class

XmpPackage class

Represents base abstraction for XMP package.

The XmpPackage type exposes the following members:

Properties

PropertyDescription
xml_namespaceGets the XML namespace.
prefixGets the prefix.
namespace_uriGets the namespace URI.

Methods

MethodDescription
contains_keyDetermines whether the specified key contains key.
add_valueAdds the value.
removeRemove the value with the specified key.
clearClears this instance.
set_valueSets the value.
set_xmp_type_valueSets the XMP type value.
get_xml_valueConverts XMP value to the XML representation.

See Also