IResult class

IResult class

Common interface for signature process result.

The IResult 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 processed signatures BaseSignature.
failed List of signatures that were not processed BaseSignature.

See Also