public class ProcessEventArgs
extends com.aspose.ms.System.EventArgs
Provides data for different events of signature, verification and search processes.
Constructor and Description |
---|
ProcessEventArgs() |
Modifier and Type | Method and Description |
---|---|
String |
getFilePath()
Represents document processing file name.
|
int |
getStatus()
Indicates current process state.
|
void |
setFilePath(String value)
Represents document processing file name.
|
void |
setStatus(int value)
Indicates current process state.
|
public final String getFilePath()
Represents document processing file name.
public final int getStatus()
Indicates current process state.
public final void setFilePath(String value)
Represents document processing file name.
public final void setStatus(int value)
Indicates current process state.