ProgressEventType Enumeration |
This enum describes possible progress event types
that can occure during conversion
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic enum ProgressEventType
Public Enumeration ProgressEventType
public enum class ProgressEventType
Members
| Member 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