ProcessEventArgs
Contents
[
Hide
]
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.
Constructors
Constructor | Description |
---|---|
ProcessEventArgs() |
Methods
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. |
ProcessEventArgs()
public ProcessEventArgs()
getFilePath()
public final String getFilePath()
Represents document processing file name.
Returns: java.lang.String
setFilePath(String value)
public final void setFilePath(String value)
Represents document processing file name.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
getStatus()
public final int getStatus()
Indicates current process state.
Returns: int
setStatus(int value)
public final void setStatus(int value)
Indicates current process state.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |