VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing Namespace / PdfTreeProcessingCommandExecutor<TTarget> Class / ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Method
Syntax Requirements SeeAlso
In This Topic
    ExecuteCommands(TTarget,ICollection<ProcessingResult>,ProcessingState) Method (PdfTreeProcessingCommandExecutor<TTarget>)
    In This Topic
    Executes the executor's commands for the specified target.
    Syntax
    'Declaration
    
    Protected Overrides Sub ExecuteCommands( _
    ByVal target
    The target.
    As TTarget, _
    ByRef results
    The processing results.
    As System.Collections.Generic.ICollection, _
    ByVal processingState
    The current processing state.
    As Vintasoft.Imaging.Processing.ProcessingState _
    )
    protected override void ExecuteCommands(
    TTarget target,
    ref System.Collections.Generic.ICollection results,
    Vintasoft.Imaging.Processing.ProcessingState processingState
    )
    protected: void ExecuteCommands(
    TTarget* target,
    ref System.Collections.Generic.ICollection results,
    Vintasoft.Imaging.Processing.ProcessingState* processingState
    ); override
    protected:
    void ExecuteCommands(
    TTarget^ target,
    System.Collections.Generic.ICollection% results,
    Vintasoft.Imaging.Processing.ProcessingState^ processingState
    ); override

    Parameters

    target
    The target.
    results
    The processing results.
    processingState
    The current processing state.
    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