Aspose::Pdf::ProgressEventType enum

ProgressEventType enum

This enum describes possible progress event types that can occure during conversion.

enum class ProgressEventType

Values

NameValueDescription
TotalProgress0means that occured event informs about total progress of conversion
SourcePageAnalysed1means that occured event informs about end of analysis of one of pages before conversion
ResultPageCreated2means that occured event informs about creation of one result page before phisical export
ResultPageSaved3means that occured event informs about finished saving of one result page

See Also