Enum EventType

EventType enumeration

This enum describes possible progress event types that can occurred during image processing operations

public enum EventType

Values

NameValueDescription
RelativeProgress0Relative progress of current stage of the operation processing
StageChange1The next stage of the operation started
Initialization2The initialization of the operation
PreProcessing3The pre processing
Processing4The processing
Finalization5The finalization of the operation

See Also