Click or drag to resize

ImageCommandProgress Property

Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the progress of the current process.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ProgressEventHandler Progress { get; set; }

Property Value

Type: ProgressEventHandler
The ProgressEventHandler delegate which can be used to view or cancel the progress of the current process.
Remarks
A null value will ignore progress.
See Also