VintaSoft Twain .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Twain.ImageProcessing Namespace / TwainAcquiredImageProcessingProgressEventArgs Class / TwainAcquiredImageProcessingProgressEventArgs Constructor(TwainAcquiredImageProcessingAction,Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
    TwainAcquiredImageProcessingProgressEventArgs Constructor(TwainAcquiredImageProcessingAction,Int32,Boolean)
    In This Topic
    Initializes a new instance of the TwainAcquiredImageProcessingProgressEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal action
    Current action.
    As TwainAcquiredImageProcessingAction, _
    ByVal progress
    Progress of the action.
    As Integer, _
    ByVal canCancel
    Indicates if action can be canceled.
    As Boolean _
    )
    public TwainAcquiredImageProcessingProgressEventArgs(
    TwainAcquiredImageProcessingAction action,
    int progress,
    bool canCancel
    )
    public: TwainAcquiredImageProcessingProgressEventArgs(
    TwainAcquiredImageProcessingAction action,
    int progress,
    bool canCancel
    )
    public:
    TwainAcquiredImageProcessingProgressEventArgs(
    TwainAcquiredImageProcessingAction 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 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also