XmpPackage Methods |
The XmpPackage type exposes the following members.
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.
|
![]() | Contains |
Determines whether the package contains a metadata property with the specified name.
(Inherited from MetadataPackage.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (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.
(Overrides XmpMetadataContainerGetXmpRepresentation.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the property with the specified name.
|
![]() | 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 .
|
![]() | Set(String, XmpComplexType) |
Sets the value inherited from XmpComplexType .
|
![]() | Set(String, XmpValueBase) |
Sets the value inherited from XmpValueBase .
|
![]() | Set(String, Boolean) |
Sets boolean property.
|
![]() | Set(String, DateTime) |
Sets DateTime property.
|
![]() | Set(String, Double) |
Sets double property.
|
![]() | Set(String, Int32) |
Sets integer property.
|
![]() | Set(String, String) |
Sets string property.
|
![]() | 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.) |