IDigitalSignatureCollectionRemoveAt Method |
Removes the signature at the specified index.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
Syntaxvoid RemoveAt(
int index
)
Sub RemoveAt (
index As Integer
)
void RemoveAt(
int index
)
abstract RemoveAt :
index : int -> unit
Parameters
- index
- Type: SystemInt32
Index of the signature that should be deleted.
See Also