ProgressEventHandlerInfo
ProgressEventHandlerInfo class
This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.
Constructors
| Name | Description |
|---|---|
| ProgressEventHandlerInfo |
Methods
| Name | Description |
|---|---|
| get_EventType | Type of progress event that occured. |
| get_SavedMimePartCount | Amount of mime parts that were saved. |
| get_TotalMimePartCount | Total amount of mime parts. |
| set_EventType | Type of progress event that occured. |
| set_SavedMimePartCount | Amount of mime parts that were saved. |
| set_TotalMimePartCount | Total amount of mime parts. |