'Declaration Protected MustOverride Function GetVerificationCommands( _
ByVal stageIndexThe zero-based index of verification stage.As System.Int32, _
ByRef stageNameThe name of verification stage.As System.String _
) As Vintasoft.Imaging.Processing.IProcessingCommandInfo[]
protected abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo[] GetVerificationCommands(
System.Int32 stageIndex,
out System.String stageName
)
protected: abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo*[] GetVerificationCommands(
System.Int32 stageIndex,
[PARAMFLAG::Out] System.String stageName
)
protected:
abstract Vintasoft.Imaging.Processing.IProcessingCommandInfo^[] GetVerificationCommands(
System.Int32 stageIndex,
[Out] System.String stageName
)
Parameters
- stageIndex
- The zero-based index of verification stage.
- stageName
- The name of verification stage.
Return Value
The processing commands, which must be executed on verification stage.