Click or drag to resize
ProgressEventType Enumeration
This enum describes possible progress event types that can occure during conversion

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public enum ProgressEventType
Members
  Member nameValueDescription
TotalProgress0 means that occured event informs about total progress of conversion
SourcePageAnalysed1 means that occured event informs about end of analysis of one of pages before conversion
ResultPageCreated2 means that occured event informs about creation of one result page before phisical export
ResultPageSaved3 means that occured event informs about finished saving of one result page
See Also