Item
Contents
[
Hide
]
MetadataSignatureCollection indexer (1 of 2)
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. |
Return Value
Returns a MetadataSignature MetadataSignature
object by the name of the property.
Remarks
Returns null if a property with the specified name is not found.
See Also
- class MetadataSignature
- class MetadataSignatureCollection
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
MetadataSignatureCollection indexer (2 of 2)
Returns a MetadataSignature object by index.
public MetadataSignature this[int index] { get; }
Parameter | Description |
---|---|
index | Zero-based index of the MetadataSignature to retrieve. |
Return Value
Returns a MetadataSignature MetadataSignature
object by the index of collection.
Remarks
Returns null if a property with the specified index does not exist.
See Also
- class MetadataSignature
- class MetadataSignatureCollection
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature