Click or drag to resize

WorkspaceProgress Event

Fires while an image is being processed.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event ProgressEventHandler Progress

Value

Type: Atalasoft.ImagingProgressEventHandler
Remarks
Handle this event to show a progress bar or to cancel an operation while in progress. Some operations will fire this event from 0 - 100% multiple times.
See Also