Accusoft.ImagXpressSdk Namespace : ProgressEventArgs Class |
The following tables list the members exposed by ProgressEventArgs.
Name | Description | |
---|---|---|
ProgressEventArgs Constructor | Initializes a new instance of the ProgressEventArgs object. |
Name | Description | |
---|---|---|
BytesProcessed | Gets the count of bytes processed. | |
Image | Gets the image for the event. | |
IsAsync | Gets an indicator whether subsequent image loading, processing or saving operations occur in a separate thread from the viewer control thread. | |
IsComplete | Gets an indicator whether the image processing is complete. | |
Operation | Gets the operation method being performed. | |
PercentDone | Gets the percentage complete value of the current image operation. | |
Result | Gets the result of the progress event. | |
TotalBytes | Gets the total bytes processed. |