←Select platform

SavePages Method

Summary

Saves the images of the pages to the provided stream.

Syntax
C#
VB
C++
Java
public void SavePages( 
   Stream documentStream, 
   RasterImageFormat format 
) 
public abstract void savePages( 
   ILeadStream documentStream, 
   RasterImageFormat format 
); 
Public Sub SavePages( 
   ByVal documentStream As Stream, 
   ByVal format As RasterImageFormat 
) 
public:  
   void SavePages( 
      Stream^ documentStream, 
      RasterImageFormat^ format 
   ) 

Parameters

documentStream

A standard .Net Stream to which to save the images.

format

The format of the output RasterImage.

Remarks

All images in the associated IRecognitionForm are saved in one RasterImage object with multiple pages.

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.Forms.Processing.Omr Assembly