IResult
IResult interface
Common interface for signature process result.
public interface IResult
Properties
Name | Description |
---|---|
DestinDocumentSize { get; } | Returns destination document size |
Failed { get; } | List of signatures that were not processed BaseSignature . |
ProcessingTime { get; } | Returns the execution time of the process in milliseconds |
SourceDocumentSize { get; } | Returns source document size |
Succeeded { get; } | List of successfully processed signatures BaseSignature . |
TotalSignatures { get; } | Returns the total processed signatures |
See Also
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature