SignatureUpdate Method (BaseSignature)
Updates passed signature BaseSignature in the document.

Namespace: GroupDocs.Signature
Assembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.8.0.0 (22.8)
Syntax
public bool Update(
	BaseSignature signature
)

Parameters

signature
Type: GroupDocs.Signature.DomainBaseSignature
Signature object to be updated in the document.

Return Value

Type: Boolean
Returns true if operation was successful.
Remarks
Learn more
See Also