GetImage Method

Summary

Gets the specified image.

Syntax
C#
VB
C++
public RasterImage GetImage( 
   string id, 
   int pageNumber 
) 
  
Public Function GetImage( _ 
   ByVal id As String, _ 
   ByVal pageNumber As Integer _ 
) As RasterImage 
public: 
RasterImage^ GetImage(  
   String^ id, 
   int pageNumber 
)  

Parameters

id
The scanning session Id.

pageNumber
The 1-based page number.

Return Value

The specified image page.

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