'Declaration Protected Overrides Function GetConversionCommands( _
ByVal stageIndexИндекс этапа конверсии, отсчитываемый от нуля.As System.Int32, _
ByRef stageNameНазвание этапа преобразования.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
- Индекс этапа конверсии, отсчитываемый от нуля.
- stageName
- Название этапа преобразования.
Return Value
Команды обработки, которые необходимо выполнить на этапе преобразования.