Error processing SSI file
LEADTOOLS Forms (Leadtools.Forms.Processing assembly)

Show in webframe

SaveFields(String) Method






The path of the file to save.
Saves field data for the specified file.
Syntax
public void SaveFields( 
   string fileName
)
'Declaration
 
Public Overloads Sub SaveFields( _
   ByVal fileName As String _
) 
'Usage
 
Dim instance As FormProcessingEngine
Dim fileName As String
 
instance.SaveFields(fileName)

            

            
public:
void SaveFields( 
   String^ fileName
) 

Parameters

fileName
The path of the file to save.
Example

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

This example save form fields to a file.

Copy Code  
Imports Leadtools
Imports Leadtools.Barcode
Imports Leadtools.Codecs
Imports Leadtools.Forms
Imports Leadtools.Forms.Ocr
Imports Leadtools.Forms.Processing
Imports Leadtools.Forms.Recognition
Imports Leadtools.Forms.Recognition.Barcode
Imports Leadtools.Forms.Recognition.Ocr

''' This method saves master form fields to the specified filename.
Private Sub SaveMasterFormFields(ByVal processingEngine As FormProcessingEngine, ByVal form As MasterForm, ByVal fieldsFileName As String)
   processingEngine.Pages.Clear()
   processingEngine.Pages.AddRange(form.ProcessingPages)
   processingEngine.SaveFields(fieldsFileName)
End Sub
using Leadtools;
using Leadtools.Barcode;
using Leadtools.Codecs;
using Leadtools.Forms;
using Leadtools.Forms.Ocr;
using Leadtools.Forms.Processing;
using Leadtools.Forms.Recognition;
using Leadtools.Forms.Recognition.Barcode;
using Leadtools.Forms.Recognition.Ocr;

/// This method saves master form fields to the specified filename.
private void SaveMasterFormFields(FormProcessingEngine processingEngine, MasterForm form, string fieldsFileName)
{
   processingEngine.Pages.Clear();
   processingEngine.Pages.AddRange(form.ProcessingPages);
   processingEngine.SaveFields(fieldsFileName);
}
Requirements

Target Platforms

See Also

Reference

FormProcessingEngine Class
FormProcessingEngine Members
Overload List

Error processing SSI file
Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features