XmpBasicPackage Class |
Namespace: GroupDocs.Metadata.Standards.Xmp.Schemes
The XmpBasicPackage type exposes the following members.
Name | Description | |
---|---|---|
![]() | XmpBasicPackage |
Initializes a new instance of the XmpBasicPackage class.
|
Name | Description | |
---|---|---|
![]() | BaseUrl |
Gets or sets the base URL for relative URLs in the document content.
If this document contains Internet links, and those links are relative, they are relative to this base URL.
|
![]() | Count |
Gets the number of metadata properties.
(Inherited from MetadataPackage.) |
![]() | CreateDate |
Gets or sets the date and time the resource was created.
|
![]() | CreatorTool |
Gets or sets the name of the tool used to create the resource.
|
![]() | Identifiers |
Gets or sets an unordered array of text strings that unambiguously identify the resource within a given context.
|
![]() | Item |
Gets the MetadataProperty with the specified name.
(Inherited from MetadataPackage.) |
![]() | Keys |
Gets a collection of the metadata property names.
(Inherited from MetadataPackage.) |
![]() | KnowPropertyDescriptors | Obsolete.
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | Label |
Gets or sets a word or short phrase that identifies the resource as a member of a user-defined collection.
|
![]() | MetadataDate |
Gets or sets the date and time that any metadata for this resource was last changed.
|
![]() | MetadataType |
Gets the metadata type.
(Inherited from MetadataPackage.) |
![]() | ModifyDate |
Gets or sets the date and time the resource was last modified.
|
![]() | NamespaceUri |
Gets the namespace URI.
(Inherited from XmpPackage.) |
![]() | Nickname |
Gets or sets a short informal name for the resource.
|
![]() | Prefix |
Gets the xmlns prefix.
(Inherited from XmpPackage.) |
![]() | PropertyDescriptors |
Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine.
(Inherited from MetadataPackage.) |
![]() | Rating |
Gets or sets a user-assigned rating for this file.
The value shall be -1 or in the range [0..5], where -1 indicates “rejected” and 0 indicates “unrated”.
|
![]() | Thumbnails |
Gets or sets an array of thumbnail images for the file, which can differ in characteristics such as size or image encoding.
|
![]() | XmlNamespace |
Gets the XML namespace.
(Inherited from XmpPackage.) |
Name | Description | |
---|---|---|
![]() | AddProperties |
Adds known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Clear |
Removes all XMP properties.
(Inherited from XmpPackage.) |
![]() | Contains |
Determines whether the package contains a metadata property with the specified name.
(Inherited from MetadataPackage.) |
![]() | Equals | (Inherited from Object.) |
![]() | FindProperties |
Finds the metadata properties satisfying the specified predicate.
The search is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from MetadataPackage.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetXmpRepresentation |
Converts the XMP value to the XML representation.
(Inherited from XmpPackage.) |
![]() | Remove |
Removes the property with the specified name.
(Inherited from XmpPackage.) |
![]() | RemoveProperties |
Removes metadata properties satisfying the specified predicate.
(Inherited from MetadataPackage.) |
![]() | Sanitize |
Removes writable metadata properties from the package.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
![]() | Set(String, XmpArray) |
Sets the value inherited from XmpArray .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpComplexType) |
Sets the value inherited from XmpComplexType .
(Inherited from XmpPackage.) |
![]() | Set(String, XmpValueBase) |
Sets the value inherited from XmpValueBase .
(Inherited from XmpPackage.) |
![]() | Set(String, Boolean) |
Sets boolean property.
(Inherited from XmpPackage.) |
![]() | Set(String, DateTime) |
Sets DateTime property.
(Inherited from XmpPackage.) |
![]() | Set(String, Double) |
Sets double property.
(Inherited from XmpPackage.) |
![]() | Set(String, Int32) |
Sets integer property.
(Inherited from XmpPackage.) |
![]() | Set(String, String) |
Adds string property.
(Overrides XmpPackageSet(String, String).) |
![]() | SetProperties |
Sets known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
This method is a combination of AddProperties(FuncMetadataProperty, Boolean, PropertyValue) and UpdateProperties(FuncMetadataProperty, Boolean, PropertyValue).
If an existing property satisfies the predicate its value is updated.
If there is a known property missing in the package that satisfies the predicate it is added to the package.
(Inherited from MetadataPackage.) |
![]() | ToString | (Inherited from Object.) |
![]() | UpdateProperties |
Updates known metadata properties satisfying the specified predicate.
The operation is recursive so it affects all nested packages as well.
(Inherited from MetadataPackage.) |
Name | Description | |
---|---|---|
![]() ![]() | RatingMax |
Rating max value.
|
![]() ![]() | RatingMin |
Rating min value.
|
![]() ![]() | RatingRejected |
Rating rejected value.
|