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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly