SignResult
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.signature.domain.IResult
public class SignResult implements IResult
Result of signing process for document with newly created signatures.
| Method | Description |
|---|---|
| getProcessingTime() | Returns the execution time of the process in milliseconds |
| getTotalSignatures() | Returns the total processed signatures |
| getSourceDocumentSize() | Returns source document size |
| getDestinDocumentSize() | Returns destination document size |
| getSucceeded() | List of newly created signatures BaseSignature. |
| getFailed() | List of signatures that were failed to create. |
public final long getProcessingTime()
Returns the execution time of the process in milliseconds
Returns: long
public final int getTotalSignatures()
Returns the total processed signatures
Returns: int
public final long getSourceDocumentSize()
Returns source document size
Returns: long
public final long getDestinDocumentSize()
Returns destination document size
Returns: long
public final List<BaseSignature> getSucceeded()
List of newly created signatures BaseSignature.
Returns: java.util.List<com.groupdocs.signature.domain.signatures.BaseSignature>
public final List<BaseSignature> getFailed()
List of signatures that were failed to create.
Returns: java.util.List<com.groupdocs.signature.domain.signatures.BaseSignature>
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.