←Select platform

SaveFields(Stream) Method

Summary

Saves field data to the specified stream.

Syntax

C#
VB
C++
public void SaveFields( 
   Stream stream 
) 
  
Public Overloads Sub SaveFields( _ 
   ByVal stream As Stream _ 
)  
public: 
void SaveFields(  
   Stream^ stream 
)  

Parameters

stream
A System.IO.Stream where fields data will be saved.

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