VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateFixupWithCheck Methods / CreateFixupWithCheck<TTarget>(Trigger<TTarget>,IProcessingCommand<TTarget>) Method
Syntax Requirements SeeAlso
In This Topic
    CreateFixupWithCheck<TTarget>(Trigger<TTarget>,IProcessingCommand<TTarget>) Method (ProcessingHelper)
    In This Topic
    Creates the fixup for the trigger using the specified processing command and the trigger that must be executed after fixup executing.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateFixupWithCheck<TTarget
    The type of the target.
    >( _
    ByVal fixupCommand
    The command to create fixup.
    As Trigger(Of TTarget), _
    ByVal trigger
    Trigger to get fixup condition.
    As IProcessingCommand(Of TTarget) _
    ) As ProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    )

    Parameters

    fixupCommand
    The command to create fixup.
    trigger
    Trigger to get fixup condition.

    Type Parameters

    TTarget
    The type of the target.

    Return Value

    Fixup for the trigger.
    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