Item
Leave feedback
On this page
Returns a MetadataSignature object by the name of the property.
public MetadataSignature this[string name] { get; }
| Parameter | Description |
|---|---|
| name | The case-insensitive name of the property to retrieve. |
Returns a MetadataSignature MetadataSignature object by the name of the property.
Returns null if a property with the specified name is not found.
- class MetadataSignature
- class MetadataSignatureCollection
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Returns a MetadataSignature object by index.
public MetadataSignature this[int index] { get; }
| Parameter | Description |
|---|---|
| index | Zero-based index of the MetadataSignature to retrieve. |
Returns a MetadataSignature MetadataSignature object by the index of collection.
Returns null if a property with the specified index does not exist.
- class MetadataSignature
- class MetadataSignatureCollection
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
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.