←Select platform

AddPage Method

Summary

Adds a page to the TwainScanningService's cache without scanning from the scanner.

Syntax
C#
VB
C++
public void AddPage( 
   string id, 
   RasterImage image 
) 
Public Sub AddPage( 
   ByVal id As String, 
   ByVal image As RasterImage 
) 
public:  
   void AddPage( 
      String^ id, 
      RasterImage^ image 
   ) 

Parameters

id

The scanning session Id.

image

The image page to add.

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