VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Processing.PdfA Namespace / PdfA4eConverter Class / GetConversionCommands(Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
GetConversionCommands(Int32,String) Method (PdfA4eConverter)
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
)

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

See Also