VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / CreateProcessingTree(String,IProcessingCommandInfo[]) Method
Syntax Requirements SeeAlso
In This Topic
    CreateProcessingTree(String,IProcessingCommandInfo[]) Method (PdfAConverter)
    In This Topic
    Creates the processing tree for this converter.
    Syntax
    'Declaration
    
    Protected MustOverride Function CreateProcessingTree( _
    ByVal name
    The name of the tree.
    As System.String, _
    ByVal ParamArray commands
    The commands of new tree.
    () As Vintasoft.Imaging.Processing.IProcessingCommandInfo _
    ) As Vintasoft.Imaging.Processing.ProcessingCommandTree(Of TTarget)

    Parameters

    name
    The name of the tree.
    commands
    The commands of new tree.

    Return Value

    Processing command tree.
    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