LEADTOOLS Forms (Leadtools.Forms.Recognition assembly)

AddFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions) Method

Show in webframe
Example 





The Form attributes object.
The page image that is going to be added to the Form attributes object.
Specifies the options for the page.
Appends a new page to the specified Form attributes object. The Form attributes object should be opened before the addition using OpenForm.
Syntax
'Declaration
 
Public Overloads Sub AddFormPage( _
   ByVal attributes As FormRecognitionAttributes, _
   ByVal page As RasterImage, _
   ByVal pageOptions As PageRecognitionOptions _
) 
'Usage
 
Dim instance As FormRecognitionEngine
Dim attributes As FormRecognitionAttributes
Dim page As RasterImage
Dim pageOptions As PageRecognitionOptions
 
instance.AddFormPage(attributes, page, pageOptions)

            

            

Parameters

attributes
The Form attributes object.
page
The page image that is going to be added to the Form attributes object.
pageOptions
Specifies the options for the page.
Remarks

The attributes should be a Form attributes, this method does not work for Master Forms attributes. To add a page to a Master Form attributes use AddMasterFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions).

Example
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 adds a page to a form attributes object for recognition.
  Public Sub AddPageToForm(ByVal recognitionEngine As FormRecognitionEngine, _
                           ByVal image As RasterImage, _
                           ByVal attributes As FormRecognitionAttributes)
      recognitionEngine.OpenForm(attributes)
      recognitionEngine.AddFormPage(attributes, image, Nothing)
      recognitionEngine.CloseForm(attributes)
  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 adds a page to form attributes for recognition.
public void AddPageToForm(FormRecognitionEngine recognitionEngine, RasterImage image, FormRecognitionAttributes attributes)
{
   recognitionEngine.OpenForm(attributes);
   recognitionEngine.AddFormPage(attributes, image, null);
   recognitionEngine.CloseForm(attributes);
}
Requirements

Target Platforms

See Also

Reference

FormRecognitionEngine Class
FormRecognitionEngine Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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