VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ProgressControllerStepsConverter Class / CreateProgressController(IProgressController,Object) Method
Syntax Requirements SeeAlso
In This Topic
    CreateProgressController(IProgressController,Object) Method (ProgressControllerStepsConverter)
    In This Topic
    Creates a progress controller, whose progress (stage and steps) will be converted to the single stage progress (steps) in specified progress controller.
    Syntax
    'Declaration
    
    Public Shared Function CreateProgressController( _
    ByVal destProgressController
    Destination progress controller.
    As IProgressController, _
    ByVal destStageSource
    Stage source in destination progress controller.
    As System.Object _
    ) As IProgressController
    public static IProgressController CreateProgressController(
    IProgressController destProgressController,
    System.Object destStageSource
    )
    public: static IProgressController* CreateProgressController(
    IProgressController* destProgressController,
    System.Object destStageSource
    )
    public:
    static IProgressController^ CreateProgressController(
    IProgressController^ destProgressController,
    System.Object destStageSource
    )

    Parameters

    destProgressController
    Destination progress controller.
    destStageSource
    Stage source in destination progress controller.

    Return Value

    The progress controller, whose progress (stage and steps) will be converted to the single stage progress (steps) in specified progress controller.
    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