ProgressEventType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ProgressEventType extends System.Enum

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

Fields

FieldDescription
TotalProgressmeans that occured event informs about total progress of conversion
SourcePageAnalysedmeans that occured event informs about end of analysis of one of pages before conversion
ResultPageCreatedmeans that occured event informs about creation of one result page before phisical export
ResultPageSavedmeans that occured event informs about finished saving of one result page

TotalProgress

public static final int TotalProgress

means that occured event informs about total progress of conversion

SourcePageAnalysed

public static final int SourcePageAnalysed

means that occured event informs about end of analysis of one of pages before conversion

ResultPageCreated

public static final int ResultPageCreated

means that occured event informs about creation of one result page before phisical export

ResultPageSaved

public static final int ResultPageSaved

means that occured event informs about finished saving of one result page