←Select platform

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

Summary
Runs the command.

Syntax
C#
C++/CLI
Python
public virtual void Run( 
   string id, 
   int firstPageNumber, 
   int lastPageNumber, 
   string commandName, 
   string arguments, 
   object userData 
) 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.