MetadataSignatureCollection class
Leave feedback
On this page
Collection of Metadata signature objects.
The MetadataSignatureCollection type exposes the following members:
| Constructor | Description |
|---|---|
| init | Creates Collection of Metadata signature. |
| Property | Description |
|---|---|
| count | Gets number of items in the collection. |
Returns a MetadataSignature object by index.
| Name | Description |
|---|---|
| [index] | Zero-based index of the MetadataSignature to retrieve. |
| Method | Description |
|---|---|
| clear | Removes all items from the collection. |
| contains | Returns true if a Metadata with the specified name exists in the collection. |
| index_of | Gets the index of a property by name. |
| remove | Removes a Metadata Signature with the specified name from the collection. |
| remove_at | Removes a Metadata Signature at the specified index. |
| add | Add Metadata Signature object to collection. |
| add_range | |
| clone | Clone Metadata Signature Collection class with Metadata Signature Items. |
- module
groupdocs.signature.domain
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.