XmpBasicPackage Class

Represents XMP basic namespace.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.XmpXmpPackage
    Aspose.CAD.Xmp.Schemas.XmpBaseSchemaXmpBasicPackage

Namespace:  Aspose.CAD.Xmp.Schemas.XmpBaseSchema
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public class XmpBasicPackage : XmpPackage

The XmpBasicPackage type exposes the following members.

Constructors
  NameDescription
Public methodXmpBasicPackage
Initializes a new instance of the XmpBasicPackage class.
Public methodXmpBasicPackage(String, String)
Initializes a new instance of the XmpBasicPackage 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.)
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.
(Inherited from XmpPackage.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetKeyValueAsXml
Gets the RDF code for specific XmpArrayType.
(Inherited from XmpPackage.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetXmlValue
Converts XMP value to the XML representation.
(Inherited from XmpPackage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove the value with the specified key.
(Inherited from XmpPackage.)
Public methodSetCreatedDate(DateTime)
Adds resource created date.
Public methodSetCreatedDate(String)
Adds resource created date.
Public methodSetCreatorTool
Sets the creator tool.
Public methodSetIdentifier
Sets the identifier.
Public methodSetLabel
Sets the label.
Public methodSetMetadataDate(DateTime)
Adds metadata last changed date.
Public methodSetMetadataDate(String)
Adds metadata last changed date.
Public methodSetModifyDate(DateTime)
Adds resource last modified date.
Public methodSetModifyDate(String)
Adds resource last modified date.
Public methodSetRating
Sets rating.
Public methodSetValue
Sets the value.
(Inherited from XmpPackage.)
Protected methodSetXmpBoolean
Sets the XMP boolean value.
(Inherited from XmpPackage.)
Protected methodSetXmpDate
Sets the XMP date.
(Inherited from XmpPackage.)
Protected methodSetXmpGuid
Sets the XMP unique identifier.
(Inherited from XmpPackage.)
Protected methodSetXmpInteger
Sets the XMP integer.
(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.)
Fields
  NameDescription
Protected fieldnamespaceUri
Namespace uri for the specific XMP schema.
(Inherited from XmpPackage.)
Protected fieldprefix
Xmlns prefix. For example, xmlns:dc.
(Inherited from XmpPackage.)
Protected fieldproperties
Dictionary of key/value properties XMP package.
(Inherited from XmpPackage.)
Public fieldStatic memberRatingMax
Rating max value.
Public fieldStatic memberRatingMin
Rating min value.
Public fieldStatic memberRatingRejected
Rating rejected value.
See Also