Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Describes and manipulates progress event arguments. More...
Public Member Functions | |
virtual void | Dispose () |
ProgressEventArgs () | |
Initializes a new instance of the ProgressEventArgs class. | |
ProgressEventArgs (int progress, int maxProgress, SolidFramework.Interop.SolidErrorCodes statusCode, string statusDescription, global::System.IntPtr customData) | |
Initializes a new instance of the ProgressEventArgs class. More... | |
void | Cancel () |
Cancels the current operation and causes it to terminate at the next appropriate time. | |
bool | Equals (SolidFramework.ProgressEventArgs other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (SolidFramework.ProgressEventArgs obj1, SolidFramework.ProgressEventArgs obj2) |
static bool | operator!= (SolidFramework.ProgressEventArgs obj1, SolidFramework.ProgressEventArgs obj2) |
Properties | |
System.Object | CustomData [getset] |
string | StatusDescription [getset] |
Gets the status description. More... | |
int | Progress [getset] |
Gets or sets the progress. More... | |
SolidFramework.Interop.SolidErrorCodes | StatusCode [getset] |
Gets the status code. More... | |
int | MaxProgress [getset] |
Gets or sets the max progress. More... | |
bool | IsCanceled [get] |
Indicates whether the current operation has been canceled and will terminate at an appropriate time. More... | |
Describes and manipulates progress event arguments.
SolidFramework.ProgressEventArgs.ProgressEventArgs | ( | int | progress, |
int | maxProgress, | ||
SolidFramework.Interop.SolidErrorCodes | statusCode, | ||
string | statusDescription, | ||
global::System.IntPtr | customData | ||
) |
Initializes a new instance of the ProgressEventArgs class.
progress | The progress. |
maxProgress | The max progress. |
statusCode | The status code. |
statusDescription | The status description. |
customData | The custom data. |
|
get |
Indicates whether the current operation has been canceled and will terminate at an appropriate time.
true if the current operation has been cancelled otherwise false
|
getset |
Gets or sets the max progress.
The max progress.
|
getset |
Gets or sets the progress.
The progress.
|
getset |
Gets the status code.
The status code.
|
getset |
Gets the status description.
The status description.