VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Sane.ImageProcessing Namespace / SaneAcquiredImageProcessingProgressEventArgs Class / SaneAcquiredImageProcessingProgressEventArgs Constructor(SaneAcquiredImageProcessingAction,Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
SaneAcquiredImageProcessingProgressEventArgs Constructor(SaneAcquiredImageProcessingAction,Int32,Boolean)
In This Topic
Initializes a new instance of the SaneAcquiredImageProcessingProgressEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal action
Current action.
As SaneAcquiredImageProcessingAction, _
ByVal progress
Progress of the action.
As Integer, _
ByVal canCancel
Indicates if action can be canceled.
As Boolean _
)
public SaneAcquiredImageProcessingProgressEventArgs(
SaneAcquiredImageProcessingAction action,
int progress,
bool canCancel
)

Parameters

action
Current action.
progress
Progress of the action.
canCancel
Indicates if action can be canceled.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6

See Also