public final class ProgressEventType
extends com.aspose.ms.System.Enum
This enum describes possible progress event types that can occure during conversion
Modifier and Type | Field and Description |
---|---|
static int |
ResultPageCreated
means that occured event informs about creation of one result page before phisical export
|
static int |
ResultPageSaved
means that occured event informs about finished saving of one result page
|
static int |
SourcePageAnalysed
means that occured event informs about end of analysis of one of pages before conversion
|
static int |
TotalProgress
means that occured event informs about total progress of conversion
|
public static final int TotalProgress
means that occured event informs about total progress of conversion
public static final int SourcePageAnalysed
means that occured event informs about end of analysis of one of pages before conversion
public static final int ResultPageCreated
means that occured event informs about creation of one result page before phisical export
public static final int ResultPageSaved
means that occured event informs about finished saving of one result page