Click or drag to resize

WebImageViewerOnProgress Method

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

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected void OnProgress(
	ProgressEventArgs e
)

Parameters

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