VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA1aConverter Class / GetConversionCommands(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetConversionCommands(Int32,String) Method (PdfA1aConverter)
    In This Topic
    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[]
    protected override Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetConversionCommands(
    System.Int32 stageIndex,
    out System.String stageName
    )
    protected: Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetConversionCommands(
    System.Int32 stageIndex,
    [PARAMFLAG::Out] System.String stageName
    ); override
    protected:
    Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetConversionCommands(
    System.Int32 stageIndex,
    [Out] System.String stageName
    ); override

    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