ProgressEventHandlerInfo

ProgressEventHandlerInfo class

This class represents information about conversion progress that can be used in external applicatuion to show conversion progress to end user.

The ProgressEventHandlerInfo type exposes the following members:

Constructors

NameDescription
ProgressEventHandlerInfo()Initializes a new instance of the ProgressEventHandlerInfo class

Properties

NameDescription
event_typeType of progress event that occured.
total_mime_part_countTotal amount of mime parts.
saved_mime_part_countAmount of mime parts that were saved.

See Also