VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ActionProgressController Class / Next Methods / Next(Double,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    Next(Double,Boolean) Method (ActionProgressController)
    In This Topic
    Goes to the next step.
    Syntax
    'Declaration
    
    Public Overloads Function Next( _
    ByVal weight
    A weight of next step.
    As Double, _
    ByVal canCancel
    A value indicating whether the action can be canceled.
    As Boolean _
    ) As Boolean
    public bool Next(
    double weight,
    bool canCancel
    )
    public: bool Next(
    double weight,
    bool canCancel
    )
    public:
    bool Next(
    double weight,
    bool canCancel
    )

    Parameters

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

    Return Value

    False action is canceled; otherwise, true.
    Requirements

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

    See Also