XmpRightsManagementPackage Class

Represents XMP Rights Management namespace.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.XmpXmpPackage
    Aspose.CAD.Xmp.Schemas.XmpRmXmpRightsManagementPackage

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

The XmpRightsManagementPackage type exposes the following members.

Constructors
  NameDescription
Public methodXmpRightsManagementPackage
Initializes a new instance of the XmpRightsManagementPackage 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 methodSetCertificate
Sets the certificate.
Public methodSetMarkedAsRightManagement
Marks as right management content
Public methodSetOwners
Sets owners.
Public methodSetUsageTerms
Sets the usage terms.
Public methodSetValue
Sets the value.
(Inherited from XmpPackage.)
Public methodSetWebStatement
Sets the web statement.
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