←Select platform

Start Method

Summary
Starts the scanning session.

Syntax
C#
C++/CLI
Python
[OperationContractAttribute(Name="Start", 
   Action="Start", 
   AsyncPattern=false, 
   IsOneWay=false, 
   IsInitiating=true, 
   IsTerminating=false)] 
[WebInvokeAttribute(BodyStyle=2, 
   Method="POST", 
   RequestFormat=1, 
   ResponseFormat=1)] 
public void Start( 
   string id, 
   object userData 
) 
public:  
   [OperationContractAttribute(Name=L"Start", 
      Action=L"Start", 
      AsyncPattern=false, 
      IsOneWay=false, 
      IsInitiating=true, 
      IsTerminating=false)] 
   [WebInvokeAttribute(BodyStyle=2, 
      Method=L"POST", 
      RequestFormat=1, 
      ResponseFormat=1)] 
   void Start( 
      String^ id, 
      Object^ userData 
   ) 
def Start(self,id,userData): 

Parameters

id
The scanning session Id.

userData
The user data.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.