←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly