VintaSoft Twain .NET SDK 15.2: Documentation for .NET developer
Vintasoft.EsclImageScanning.ImageProcessing Namespace / EsclAcquiredImageProcessingProgressEventArgs Class / EsclAcquiredImageProcessingProgressEventArgs Constructor(EsclAcquiredImageProcessingAction,Int32,Boolean)
Syntax Requirements SeeAlso
In This Topic
    EsclAcquiredImageProcessingProgressEventArgs Constructor(EsclAcquiredImageProcessingAction,Int32,Boolean)
    In This Topic
    Initializes a new instance of the EsclAcquiredImageProcessingProgressEventArgs class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal action
    Current action.
    As EsclAcquiredImageProcessingAction, _
    ByVal progress
    Progress of the action.
    As Integer, _
    ByVal canCancel
    Indicates if action can be canceled.
    As Boolean _
    )
    public EsclAcquiredImageProcessingProgressEventArgs(
    EsclAcquiredImageProcessingAction action,
    int progress,
    bool canCancel
    )
    public: EsclAcquiredImageProcessingProgressEventArgs(
    EsclAcquiredImageProcessingAction action,
    int progress,
    bool canCancel
    )
    public:
    EsclAcquiredImageProcessingProgressEventArgs(
    EsclAcquiredImageProcessingAction 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

    See Also