VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA3uConverter Class / GetConversionCommands(Int32,String) Method
Syntax Requirements SeeAlso
    GetConversionCommands(Int32,String) Method (PdfA3uConverter)
    Returns the processing commands, which must be executed on the specified conversion stage.
    Syntax
    'Declaration
    
    Protected Overrides 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[]
     

    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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also