←Select platform

LoadPages Method

Summary

Loads the images of the pages from the provided stream.

Syntax
C#
VB
C++
Java
public void LoadPages( 
   Stream documentStream 
) 
public abstract void loadPages( 
   leadtools.ILeadStream iLeadStream 
); 
Public Sub LoadPages( 
   ByVal documentStream As Stream 
) 
public:  
   void LoadPages( 
      Stream^ documentStream 
   ) 

Parameters

documentStream

A standard .Net Stream from which the images are loaded.

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