←Select platform

Run Method (IImageProcessingService)

Summary
Applies a command to the image and pages as specified by the scanning session ID.
Syntax
C#
Java
void Run(  
   string id, 
   int firstPageNumber, 
   int lastPageNumber, 
   string commandName, 
   string arguments, 
   object userData 
) 
void run( String id, int firstPageNumber, int lastPageNumber, String commandName, String arguments, Object userData) 

Parameters

id
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
Name of the command to run

arguments
Arguments passed to the command to be run

userData
User data object

Requirements

Target Platforms

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

Leadtools.Sane.Server Assembly

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