Metadata Methods |
The Metadata type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(KeyValuePairString, XmpValue) | |
![]() | Add(String, XmpPdfAExtensionObject) |
Adds pdf extension to metadata.
|
![]() | Add(String, XmpValue) |
Adds value to metadata.
|
![]() | Add(String, Object) |
Adds value to metadata.
|
![]() | Clear |
Clears metadata.
|
![]() | Contains(KeyValuePairString, XmpValue) | |
![]() | Contains(String) |
Checks does key is contained in metadata.
|
![]() | ContainsKey |
Determines does this dictionary contasins specified key.
|
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns dictionary enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetNamespaceUriByPrefix |
Returns namespace URI by prefix.
|
![]() | GetPrefixByNamespaceUri |
Returns prefix by namespace URI.
|
![]() | GetType | (Inherited from Object.) |
![]() | RegisterNamespaceUri(String, String) |
Registers namespace URI.
|
![]() | RegisterNamespaceUri(String, String, String) |
Registers namespace URI.
|
![]() | Remove(KeyValuePairString, XmpValue) | |
![]() | Remove(String) |
Removes entry from metadata.
|
![]() | ToString | (Inherited from Object.) |
![]() | TryGetValue |
Tries to find key in the dictionary and retreives value if found.
|