Enum EventType
EventType enumeration
This enum describes possible progress event types that can occurred during image processing operations
public enum EventType
Values
Name | Value | Description |
---|---|---|
RelativeProgress | 0 | Relative progress of current stage of the operation processing |
StageChange | 1 | The next stage of the operation started |
Initialization | 2 | The initialization of the operation |
PreProcessing | 3 | The pre processing |
Processing | 4 | The processing |
Finalization | 5 | The finalization of the operation |
See Also
- namespace Aspose.Imaging.ProgressManagement
- assembly Aspose.Imaging