Aspose::Pdf::ProgressEventType enum
ProgressEventType enum
This enum describes possible progress event types that can occure during conversion.
enum class ProgressEventType
Values
Name | Value | Description |
---|---|---|
TotalProgress | 0 | means that occured event informs about total progress of conversion |
SourcePageAnalysed | 1 | means that occured event informs about end of analysis of one of pages before conversion |
ResultPageCreated | 2 | means that occured event informs about creation of one result page before phisical export |
ResultPageSaved | 3 | means that occured event informs about finished saving of one result page |
See Also
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++