←Select platform

SavePages Method

Summary

Saves the images of the pages to the provided stream.

Syntax
C#
C++/CLI
Java
Python
public void SavePages( 
   Stream documentStream, 
   RasterImageFormat format 
) 
public abstract void savePages( 
   ILeadStream documentStream, 
   RasterImageFormat format 
); 
public:  
   void SavePages( 
      Stream^ documentStream, 
      RasterImageFormat^ format 
   ) 
def SavePages(self,documentStream,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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.