VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / SimpleProgressController Class / Finish(Object) Method
Syntax Requirements SeeAlso
In This Topic
    Finish(Object) Method (SimpleProgressController)
    In This Topic
    Finishes a sequence of stages.
    Syntax
    'Declaration
    
    Public Sub Finish( _
    ByVal source
    The source.
    As System.Object _
    )
    public void Finish(
    System.Object source
    )
    public: void Finish(
    System.Object source
    )
    public:
    void Finish(
    System.Object source
    )

    Parameters

    source
    The source.
    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