Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Represents types of Job Progress Event Args. More...
Public Member Functions | |
JobProgressEventArgs (JobEnvelope jobEnvelope, int position, int maximum) | |
Initializes a new instance of the JobProgressEventArgs class. More... | |
Properties | |
JobEnvelope | JobEnvelope [get] |
Gets the job envelope. More... | |
bool | Cancel [getset] |
Gets or sets a value indicating whether this JobProgressEventArgs is cancel. More... | |
int | Maximum [get] |
Gets the maximum progress position. More... | |
int | Position [get] |
Gets the progress position. More... | |
Represents types of Job Progress Event Args.
SolidFramework.Services.JobProgressEventArgs.JobProgressEventArgs | ( | JobEnvelope | jobEnvelope, |
int | position, | ||
int | maximum | ||
) |
Initializes a new instance of the JobProgressEventArgs class.
jobEnvelope | The job envelope. |
position | The progress position. |
maximum | The maximum progress position. |
|
getset |
Gets or sets a value indicating whether this JobProgressEventArgs is cancel.
true
if cancel; otherwise, false
.
|
get |
Gets the job envelope.
The job envelope.
|
get |
Gets the maximum progress position.
The maximum progress position.
|
get |
Gets the progress position.
The progress position.