←Select platform

LoadFields(Stream) Method

Summary
Loads field data from the specified stream.
Syntax
C#
VB
C++
Java
public void LoadFields( 
   Stream stream 
) 
  
Public Overloads Sub LoadFields( _ 
   ByVal stream As Stream _ 
)  
public void loadFields( 
   leadtools.ILeadStream iLeadStream 
) throws java.lang.Exception; 
public: 
void LoadFields(  
   Stream^ stream 
)  

Parameters

stream
A System.IO.Stream containing the field data to be loaded.

Example

For a complete example on using the forms recognition and processing, refer to the FormProcessingEngine example.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly

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