SignResult class
SignResult class
Result of signing process for document with newly created signatures.
The SignResult 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 newly created signatures BaseSignature . |
failed | List of signatures that were failed to create. |
See Also
- module
groupdocs.signature.domain
- class
BaseSignature
- class
IResult