XmpMediaManagementPackage Class

Represents XMP Media Management namespace.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.XmpXmpPackage
    Aspose.CAD.Xmp.Schemas.XmpMmXmpMediaManagementPackage

Namespace:  Aspose.CAD.Xmp.Schemas.XmpMm
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class XmpMediaManagementPackage : XmpPackage

The XmpMediaManagementPackage type exposes the following members.

Constructors
  NameDescription
Public methodXmpMediaManagementPackage
Initializes a new instance of the XmpMediaManagementPackage class.
Properties
  NameDescription
Public propertyItem
Gets or sets the Object with the specified key.
(Inherited from XmpPackage.)
Public propertyKeys
Gets the keys in XMP package.
(Inherited from XmpPackage.)
Public propertyNamespaceUri
Gets the namespace URI.
(Inherited from XmpPackage.)
Public propertyPrefix
Gets the prefix.
(Inherited from XmpPackage.)
Public propertyXmlNamespace
Gets the XML namespace.
(Inherited from XmpPackage.)
Methods
  NameDescription
Public methodAddValue
Adds string property.
(Overrides XmpPackageAddValue(String, String).)
Public methodClear
Clears this instance.
(Inherited from XmpPackage.)
Public methodContainsKey
Determines whether the specified key contains key.
(Inherited from XmpPackage.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from XmpPackage.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmlValue
Converts XMP value to the XML representation.
(Inherited from XmpPackage.)
Public methodRemove
Remove the value with the specified key.
(Inherited from XmpPackage.)
Public methodSetDerivedFrom
Sets the derived from.
Public methodSetDocumentId(Guid)
Sets the document identifier.
Public methodSetDocumentId(String)
Sets the document identifier.
Public methodSetInstanceId(Guid)
Sets instance id.
Public methodSetInstanceId(String)
Sets instance id.
Public methodSetOriginalDocumentId(Guid)
Sets the original document id.
Public methodSetOriginalDocumentId(String)
Sets the original document id.
Public methodSetValue
Sets the value.
(Inherited from XmpPackage.)
Public methodSetXmpTypeValue
Sets the XMP type value.
(Inherited from XmpPackage.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
See Also