SearchResult
Leave feedback
On this page
Result of searching for signatures in specified document.
public class SearchResult : IEnumerable<BaseSignature>, IResult
| Name | Description |
|---|---|
| DestinDocumentSize { get; } | Returns destination document size. For Search method it always returns 0. |
| Failed { get; } | List of signatures BaseSignature that failed Search process by search criteria. Supported only for failed Archive documents on Search method. |
| ProcessingTime { get; } | Returns the execution time of the search process in milliseconds. |
| Signatures { get; } | List of found signatures BaseSignature. |
| SourceDocumentSize { get; } | Returns source document size |
| Succeeded { get; } | List of found signatures BaseSignature. This list will be always equal to Signatures property. |
| TotalSignatures { get; } | Returns the total processed signatures by the search process |
| Name | Description |
|---|---|
| GetEnumerator() | Returns enumerator. |
| ToList<T>() | Provides conversion to strongly typed list of signatures. |
- class BaseSignature
- interface IResult
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
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.