VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CompositeTargetProcessing Methods / CompositeTargetProcessing<TTarget>(String,IProcessingCommand<TTarget>) Method
Syntax Requirements SeeAlso
In This Topic
    CompositeTargetProcessing<TTarget>(String,IProcessingCommand<TTarget>) Method (ProcessingHelper)
    In This Topic
    Creates the composite target processing command.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CompositeTargetProcessing<TTarget
    The type of the target.
    >( _
    ByVal name
    The name of command.
    As System.String, _
    ByVal processingCommand
    The processing command.
    As IProcessingCommand(Of TTarget) _
    ) As CompositeTargetProcessingExecutor(Of TTarget) (Of TTarget
    The type of the target.
    )
    generic<typename TTarget>
    public:
    static CompositeTargetProcessingExecutor<TTarget^>^ CompositeTargetProcessing(
    System.String name,
    IProcessingCommand<TTarget^>^ processingCommand
    )

    Parameters

    name
    The name of command.
    processingCommand
    The processing command.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    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