MetadataSignatureCollectionRemoveAt Method |
Removes a Metadata Signature at the specified index.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic bool RemoveAt(
int index
)
Public Function RemoveAt (
index As Integer
) As Boolean
public:
bool RemoveAt(
int index
)
member RemoveAt :
index : int -> bool
Parameters
- index
- Type: SystemInt32
The zero based index.
Return Value
Type:
Boolean
See Also