DeleteResult
DeleteResult class
Result of signature(s) deletion from the document.
public class DeleteResult : IResult
Properties
| Name | Description |
|---|---|
| DestinDocumentSize { get; } | Returns updated document size. |
| Failed { get; } | List of signatures that were not deleted BaseSignature. |
| ProcessingTime { get; } | Returns the execution time of the process in milliseconds. |
| SourceDocumentSize { get; } | Returns source document size. |
| Succeeded { get; } | List of successfully deleted signatures BaseSignature. |
| TotalSignatures { get; } | Returns the total processed signatures. |
See Also
- interface IResult
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature