UpdateResult class

UpdateResult class

Result of modification of signatures in the document.

The UpdateResult type exposes the following members:

Properties

Property Description
processing_time Returns the execution time of the process in milliseconds
total_signatures Returns the total processed signatures
source_document_size Returns source document size
destin_document_size Returns destination document size
succeeded List of successfully modified signatures BaseSignature.
failed List of signatures that were not updated BaseSignature.

See Also