←Select platform

LoadFields(Stream) Method

Summary

Loads field data from the specified stream.

Syntax

C#
VB
C++
public void LoadFields( 
   Stream stream 
) 
  
Public Overloads Sub LoadFields( _ 
   ByVal stream As Stream _ 
)  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly