SearchResult class
Leave feedback
On this page
Result of searching for signatures in specified document.
The SearchResult type exposes the following members:
| Property | Description |
|---|---|
| processing_time | Returns the execution time of the search process in milliseconds. |
| total_signatures | Returns the total processed signatures by the search process |
| source_document_size | Returns source document size |
| destin_document_size | Returns destination document size. For Search method it always returns 0. |
| succeeded | List of found signatures BaseSignature. This list will be always equal to SearchResult.signatures property. |
| failed | List of signatures BaseSignature that failed Search process by search criteria.
Supported only for failed Archive documents on Search method. |
| signatures | List of found signatures BaseSignature. |
- module
groupdocs.signature.domain - class
BaseSignature - class
IResult
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.