'Declaration Public Function New( _
ByVal nameThe executor name.As System.String, _
ByVal commandsThe commands, which must be executed.As System.Collections.Generic.IEnumerable(Of IProcessingCommand) _
)
public PdfPageProcessingCommandExecutor(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand> commands
)
public: PdfPageProcessingCommandExecutor(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand*>* commands
)
public:
PdfPageProcessingCommandExecutor(
System.String name,
System.Collections.Generic.IEnumerable<IProcessingCommand^>^ commands
)
Parameters
- name
- The executor name.
- commands
- The commands, which must be executed.