VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerWithDelegates Class / OnStageProgress(Object,Double,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    OnStageProgress(Object,Double,Boolean) Method (ProgressControllerWithDelegates)
    In This Topic
    Occurs when stage progress is changed.
    Syntax
    'Declaration
    
    Protected Overrides Function OnStageProgress( _
    ByVal stageSource
    A source of stage.
    As System.Object, _
    ByRef progessValue
    A progress value.
    As Double, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    ) As Boolean
    protected override bool OnStageProgress(
    System.Object stageSource,
    ref double progessValue,
    bool canCancel
    )
    protected: bool OnStageProgress(
    System.Object stageSource,
    ref double progessValue,
    bool canCancel
    ); override
    protected:
    bool OnStageProgress(
    System.Object stageSource,
    double% progessValue,
    bool canCancel
    ); override

    Parameters

    stageSource
    A source of stage.
    progessValue
    A progress value.
    canCancel
    A value indicating whether the action can be canceled.

    Return Value

    False if action is canceled; otherwise, true.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also