←Select platform

DeletePage Method

Summary
Deletes the specified page.

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

Parameters

id
The scanning session Id.

pageNumber
The 1-based page number.

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.