←Select platform

SaveFields(Stream) Method

Summary
Saves field data to the specified stream.
Syntax
C#
VB
C++
Java
public void SaveFields( 
   Stream stream 
) 
  
Public Overloads Sub SaveFields( _ 
   ByVal stream As Stream _ 
)  
public void saveFields( 
   leadtools.ILeadStream iLeadStream 
) throws java.lang.Exception; 
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 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.