This provides data of the Progress and the Scanning events.
[Visual Basic]
Public Class ProgressEventArgs Inherits EventArgs
[C#]
public class ProgressEventArgsĀF EventArgs
Explanation
| Property | Type | Explanation |
|---|---|---|
Cancel |
Boolean (Visual Basic) bool(C#) |
Sets whether or not the loading or saving an image is canceled |
Percent |
Integer (Visual Basic) int(C#) |
The percent of completion of the current process |
Cancel