Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

Run(String,Int32,Int32,String,String,Object) Method






The scanning session Id.
First page to process.
Last page to process. Pass -1 to process pages inclusively starting with firstPageNumber to the last page.
The command name.
The command arguments.
The user data.
Runs the command.
Syntax
public virtual void Run( 
   string id,
   int firstPageNumber,
   int lastPageNumber,
   string commandName,
   string arguments,
   object userData
)
'Declaration
 
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 _
) 
'Usage
 
Dim instance As TwainScanningService
Dim id As String
Dim firstPageNumber As Integer
Dim lastPageNumber As Integer
Dim commandName As String
Dim arguments As String
Dim userData As Object
 
instance.Run(id, firstPageNumber, lastPageNumber, commandName, arguments, 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

See Also

Reference

TwainScanningService Class
TwainScanningService Members
Overload List

Error processing SSI file