update method

update

Updates passed signature BaseSignature in the document.

Returns

Returns true if operation was successful.

def update(self, signature):
    ...
Parameter Type Description
signature groupdocs.signature.domain.BaseSignature Signature object to be updated in the document.

update {#System.Collections.Generic.List`1[[GroupDocs.Signature.Domain.BaseSignature]]}

def update(self, signatures):
    ...
Parameter Type Description
signatures System.Collections.Generic.List`1[[GroupDocs.Signature.Domain.BaseSignature]]

See Also