VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / IProgressController Interface / NextStage Methods / NextStage(Object,Double,Boolean) Method
Syntax Remarks Requirements SeeAlso
In This Topic
NextStage(Object,Double,Boolean) Method (IProgressController)
In This Topic
Go to next stage.
Syntax
'Declaration

Public Overloads Function NextStage( _
ByVal source
A source of stage.
As System.Object, _
ByVal weight
A weight of next stage.
As Double, _
ByVal canCancel
A value indicating whether the action can be canceled.
As Boolean _
) As Boolean
public bool NextStage(
System.Object source,
double weight,
bool canCancel
)

Parameters

source
A source of stage.
weight
A weight of next stage.
canCancel
A value indicating whether the action can be canceled.

Return Value

False action is canceled; otherwise, true.
Remarks

Important: Weight sum of all steps must be equal to the steps count.

Requirements

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

See Also