Click or drag to resize

WebImageViewerProgress Event

Fires while an image is being processed, loaded, or saved.

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

Value

Type: Atalasoft.ImagingProgressEventHandler
Remarks
Handle this event to show a progressbar or to cancel the operation while in progress.
See Also