SignResult
Leave feedback
On this page
Result of signing process for document with newly created signatures.
public class SignResult : IResult
| Name | Description |
|---|---|
| DestinDocumentSize { get; } | Returns destination document size |
| Failed { get; } | List of signatures that were failed to create. |
| ProcessingTime { get; } | Returns the execution time of the process in milliseconds |
| SourceDocumentSize { get; } | Returns source document size |
| Succeeded { get; } | List of newly created signatures BaseSignature. |
| TotalSignatures { get; } | Returns the total processed signatures |
- 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.