SetImage Method

Summary
Sets the specified image page.
Syntax
C#
VB
C++
public void SetImage( 
   string id, 
   RasterImage image, 
   int pageNumber 
) 
  
Public Sub SetImage( _ 
   ByVal id As String, _ 
   ByVal image As RasterImage, _ 
   ByVal pageNumber As Integer _ 
)  
public: 
void SetImage(  
   String^ id, 
   RasterImage^ image, 
   int pageNumber 
)  

Parameters

id
The scanning session Id.

image
The image to set.

pageNumber
The 1-based page number.

Remarks

This method replaces the acquired image at the specified page number.

Requirements

Target Platforms

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

Leadtools.Services.Twain Assembly

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