←Select platform

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 Leadtools.RasterImage, _ 
   ByVal pageNumber As Integer _ 
)  
public: 
void SetImage(  
   String^ id, 
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly