XmpMediaManagementPackage

XmpMediaManagementPackage class

Represents XMP Media Management namespace.

public sealed class XmpMediaManagementPackage : XmpPackage

Constructors

NameDescription
XmpMediaManagementPackage()The default constructor.

Properties

NameDescription
virtual Item { get; set; }Gets or sets the Object with the specified key.
virtual Keys { get; }Gets the keys in XMP package.
NamespaceUri { get; }Gets the namespace URI.
Prefix { get; }Gets the prefix.
XmlNamespace { get; }Gets the XML namespace.

Methods

NameDescription
override AddValue(string, string)Adds string property.
virtual Clear()Clears this instance.
virtual ContainsKey(string)Determines whether the specified key contains key.
GetEnumerator()Returns an enumerator that iterates through the collection.
virtual GetXmlValue()Converts XMP value to the XML representation.
virtual Remove(string)Remove the value with the specified key.
SetDerivedFrom(ResourceRef)Sets the derived from.
SetDocumentId(Guid)Sets the document identifier.
SetDocumentId(string)Sets the document identifier.
SetInstanceId(Guid)Sets instance id.
SetInstanceId(string)Sets instance id.
SetOriginalDocumentId(Guid)Sets the original document id.
SetOriginalDocumentId(string)Sets the original document id.
virtual SetValue(string, IXmlValue)Sets the value.
virtual SetXmpTypeValue(string, XmpTypeBase)Sets the XMP type value.

See Also