Run(string,int,int,string,string,object) Method

Summary

Runs the command.

Syntax
C#
VB
C++
public virtual void Run( 
   string id, 
   int firstPageNumber, 
   int lastPageNumber, 
   string commandName, 
   string arguments, 
   object userData 
) 
  
Public Overloads Overridable Sub Run( _ 
   ByVal id As String, _ 
   ByVal firstPageNumber As Integer, _ 
   ByVal lastPageNumber As Integer, _ 
   ByVal commandName As String, _ 
   ByVal arguments As String, _ 
   ByVal userData As Object _ 
)  
public: 
virtual void Run(  
   String^ id, 
   int firstPageNumber, 
   int lastPageNumber, 
   String^ commandName, 
   String^ arguments, 
   Object^ userData 
)  

Parameters

id
The scanning session Id.

firstPageNumber
First page to process.

lastPageNumber
Last page to process. Pass -1 to process pages inclusively starting with firstPageNumber to the last page.

commandName
The command name.

arguments
The command arguments.

userData
The user data.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly