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

Public Function New( _
ByVal action
Current action.
As SaneAcquiredImageProcessingAction _
)
public SaneAcquiredImageProcessingEventArgs(
SaneAcquiredImageProcessingAction action
)

Parameters

action
Current action.
Requirements

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

See Also