'Declaration Public Function New( _
ByVal actionCurrent action.As TwainAcquiredImageProcessingAction, _
ByVal progressProgress of the action.As Integer, _
ByVal canCancelIndicates if action can be canceled.As Boolean _
)
public TwainAcquiredImageProcessingProgressEventArgs(
TwainAcquiredImageProcessingAction action,
int progress,
bool canCancel
)
Parameters
- action
 - Current action.
 - progress
 - Progress of the action.
 - canCancel
 - Indicates if action can be canceled.