- fileName
- A String containing the the unknown form image file.
- masterAttributes
- The Master Form attributes of the form type.
- formFields
- The fields to be processed for the Master Form of the form type.
Visual Basic (Declaration) | |
---|---|
Overloads Public Sub ProcessForm( _ ByVal fileName As String, _ ByVal masterAttributes As FormRecognitionAttributes, _ ByVal formFields As FormPages _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void ProcessForm( string fileName, FormRecognitionAttributes masterAttributes, FormPages formFields ) |
C++/CLI | |
---|---|
public: void ProcessForm( String^ fileName, FormRecognitionAttributes masterAttributes, FormPages formFields ) |
Parameters
- fileName
- A String containing the the unknown form image file.
- masterAttributes
- The Master Form attributes of the form type.
- formFields
- The fields to be processed for the Master Form of the form type.
Visual Basic | Copy Code |
---|---|
Public Sub AutoFormRecognitionAndProcessing1File() |
C# | Copy Code |
---|---|
public void AutoFormRecognitionAndProcessing1File() |
This method processes the recognized form fields. The Master Form fields are obtained by calling IMasterForm.ReadFields of the AutoFormsRecognizeFormResult.MasterForm.
The fileName should have all form pages.
This method is useful because it allows you to do the form processing later on or on another machine without the need to recreate the recognition result object
The form alignment is calculated internally, so providing the recognition results will speed the alignment calculation process.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family