ProcessEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.aspose.ms.System.EventArgs
public class ProcessEventArgs extends System.EventArgs
Provides data for different events of signature, verification and search processes.
| Constructor | Description |
|---|---|
| ProcessEventArgs() |
| Method | Description |
|---|---|
| getFilePath() | Represents document processing file name. |
| setFilePath(String value) | Represents document processing file name. |
| getStatus() | Indicates current process state. |
| setStatus(int value) | Indicates current process state. |
public ProcessEventArgs()
public final String getFilePath()
Represents document processing file name.
Returns: java.lang.String
public final void setFilePath(String value)
Represents document processing file name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
public final int getStatus()
Indicates current process state.
Returns: int
public final void setStatus(int value)
Indicates current process state.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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.