XmpBasicPackage Class |
Namespace: Aspose.CAD.Xmp.Schemas.XmpBaseSchema
The XmpBasicPackage type exposes the following members.
| Name | Description | |
|---|---|---|
| XmpBasicPackage |
Initializes a new instance of the XmpBasicPackage class.
| |
| XmpBasicPackage(String, String) |
Initializes a new instance of the XmpBasicPackage class.
|
| Name | Description | |
|---|---|---|
| Item |
Gets or sets the Object with the specified key.
(Inherited from XmpPackage.) | |
| Keys |
Gets the keys in XMP package.
(Inherited from XmpPackage.) | |
| NamespaceUri |
Gets the namespace URI.
(Inherited from XmpPackage.) | |
| Prefix |
Gets the prefix.
(Inherited from XmpPackage.) | |
| XmlNamespace |
Gets the XML namespace.
(Inherited from XmpPackage.) |
| Name | Description | |
|---|---|---|
| AddValue |
Adds string property.
(Overrides XmpPackageAddValue(String, String).) | |
| Clear |
Clears this instance.
(Inherited from XmpPackage.) | |
| ContainsKey |
Determines whether the specified key contains key.
(Inherited from XmpPackage.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from XmpPackage.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetKeyValueAsXml |
Gets the RDF code for specific XmpArrayType.
(Inherited from XmpPackage.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| GetXmlValue |
Converts XMP value to the XML representation.
(Inherited from XmpPackage.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Remove the value with the specified key.
(Inherited from XmpPackage.) | |
| SetCreatedDate(DateTime) |
Adds resource created date.
| |
| SetCreatedDate(String) |
Adds resource created date.
| |
| SetCreatorTool |
Sets the creator tool.
| |
| SetIdentifier |
Sets the identifier.
| |
| SetLabel |
Sets the label.
| |
| SetMetadataDate(DateTime) |
Adds metadata last changed date.
| |
| SetMetadataDate(String) |
Adds metadata last changed date.
| |
| SetModifyDate(DateTime) |
Adds resource last modified date.
| |
| SetModifyDate(String) |
Adds resource last modified date.
| |
| SetRating |
Sets rating.
| |
| SetValue |
Sets the value.
(Inherited from XmpPackage.) | |
| SetXmpBoolean |
Sets the XMP boolean value.
(Inherited from XmpPackage.) | |
| SetXmpDate |
Sets the XMP date.
(Inherited from XmpPackage.) | |
| SetXmpGuid |
Sets the XMP unique identifier.
(Inherited from XmpPackage.) | |
| SetXmpInteger |
Sets the XMP integer.
(Inherited from XmpPackage.) | |
| SetXmpTypeValue |
Sets the XMP type value.
(Inherited from XmpPackage.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| namespaceUri |
Namespace uri for the specific XMP schema.
(Inherited from XmpPackage.) | |
| prefix |
Xmlns prefix. For example, xmlns:dc.
(Inherited from XmpPackage.) | |
| properties |
Dictionary of key/value properties XMP package.
(Inherited from XmpPackage.) | |
| RatingMax |
Rating max value.
| |
| RatingMin |
Rating min value.
| |
| RatingRejected |
Rating rejected value.
|