public final class EventType
extends com.aspose.ms.System.Enum
This enum describes possible progress event types that can occurred during image processing operations
Modifier and Type | Field and Description |
---|---|
static int |
Finalization
The finalization of the operation
|
static int |
Initialization
The initialization of the operation
|
static int |
PreProcessing
The pre processing
|
static int |
Processing
The processing
|
static int |
RelativeProgress
Relative progress of current stage of the operation processing
|
static int |
StageChange
The next stage of the operation started
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int RelativeProgress
Relative progress of current stage of the operation processing
public static final int StageChange
The next stage of the operation started
public static final int Initialization
The initialization of the operation
public static final int PreProcessing
The pre processing
public static final int Processing
The processing
public static final int Finalization
The finalization of the operation