ProcessProgressEventArgs
Leave feedback
On this page
Provides data for OnProgress event of signing, verification and search processes.
public class ProcessProgressEventArgs : ProcessEventArgs
| Name | Description |
|---|---|
| ProcessProgressEventArgs() | The default constructor. |
| Name | Description |
|---|---|
| Cancel { get; set; } | Indicates whether process should be canceled. |
| ProcessedSignatures { get; set; } | Represents the quantity of processed signatures. |
| Progress { get; set; } | Represents the progress in percents. Value range is from 0 to 100. |
| Status { get; set; } | Indicates current process state. |
| Ticks { get; set; } | Represents the time spent in milliseconds since process Start event. |
- class ProcessEventArgs
- namespace GroupDocs.Signature
- 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.