VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfAConverter Class / GetConversionCommands(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetConversionCommands(Int32,String) Method (PdfAConverter)
    In This Topic
    Returns the converter's processing commands, which must be executed on the specified conversion stage.
    Syntax
    'Declaration
    
    Protected MustOverride Function GetConversionCommands( _
    ByVal stageIndex
    The zero-based index of conversion stage.
    As System.Int32, _
    ByRef stageName
    The name of conversion stage.
    As System.String _
    ) As Vintasoft.Imaging.Processing.IProcessingCommandInfo[]
    protected abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetConversionCommands(
    System.Int32 stageIndex,
    out System.String stageName
    )
    protected: abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetConversionCommands(
    System.Int32 stageIndex,
    [PARAMFLAG::Out] System.String stageName
    )
    protected:
    abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetConversionCommands(
    System.Int32 stageIndex,
    [Out] System.String stageName
    )

    Parameters

    stageIndex
    The zero-based index of conversion stage.
    stageName
    The name of conversion stage.

    Return Value

    The processing commands, which must be executed on conversion stage.
    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