SaneAcquiredImageProcessingProgressEventArgs Class Members
In This Topic
The following tables list the members exposed by
SaneAcquiredImageProcessingProgressEventArgs.
Public Constructors
Public Fields
| Name | Description |
| Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
| Action | Current action. |
| CanCancel | Indicates that current action can be canceled. |
| Cancel | Indicates that current action must be canceled. |
| Progress | Gets the progress, in percents, of current action. |
See Also