←Select platform

Run Method

Summary

Applies a command to the image and pages in specified by the scanning session id.

Syntax

C#
VB
C++
[OperationContractAttribute(Name="Run", 
   Action="Run", 
   AsyncPattern=false, 
   IsOneWay=false, 
   IsInitiating=true, 
   IsTerminating=false)] 
[WebInvokeAttribute(BodyStyle=2, 
   Method="POST", 
   RequestFormat=1, 
   ResponseFormat=1)] 
public void Run( 
   string id, 
   int firstPageNumber, 
   int lastPageNumber, 
   string commandName, 
   string arguments, 
   object userData 
) 
  
<WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=True,  
   IsRequestFormatSetExplicitly=True,  
   IsResponseFormatSetExplicitly=True,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)> 
<OperationContractAttribute(Name="Run", Action="Run")> 
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 _ 
)  
[WebInvokeAttribute(BodyStyle=WebMessageBodyStyle.WrappedRequest,  
   IsBodyStyleSetExplicitly=true,  
   IsRequestFormatSetExplicitly=true,  
   IsResponseFormatSetExplicitly=true,  
   Method="POST",  
   RequestFormat=WebMessageFormat.Json,  
   ResponseFormat=WebMessageFormat.Json)] 
[OperationContractAttribute(Name="Run", Action="Run")] 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly