LEADTOOLS Forms (Leadtools.Forms.Recognition assembly)
LEAD Technologies, Inc

InsertFormPage Method

Example 





The One-Based index at which page should be inserted.
The Form attributes object.
The page image that is going to be added to the Form attributes object.
Specifies the options for the page.
Optional callback to show operation progress.
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 Sub InsertFormPage( _
   ByVal formPageNumber As Integer, _
   ByVal attributes As FormRecognitionAttributes, _
   ByVal page As RasterImage, _
   ByVal pageOptions As PageRecognitionOptions, _
   ByVal callback As PageProgressCallback _
) 
'Usage
 
Dim instance As FormRecognitionEngine
Dim formPageNumber As Integer
Dim attributes As FormRecognitionAttributes
Dim page As RasterImage
Dim pageOptions As PageRecognitionOptions
Dim callback As PageProgressCallback
 
instance.InsertFormPage(formPageNumber, attributes, page, pageOptions, callback)
 function Leadtools.Forms.Recognition.FormRecognitionEngine.InsertFormPage( 
   formPageNumber ,
   attributes ,
   page ,
   pageOptions ,
   callback 
)

Parameters

formPageNumber
The One-Based index at which page should be inserted.
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.
callback
Optional callback to show operation progress.
Remarks

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

If the formPageNumber parameter is equal to -1 the page will be appended to the form pages.

If the formPageNumber parameter is greater than the number of form pages an exception is thrown.

Example
 
''' This method inserts a page to a form attributes object for recognition at the specified index.
Public Sub InsertFormPage(ByVal recognitionEngine As FormRecognitionEngine, _
                          ByVal image As RasterImage, ByVal index As Integer, _
                          ByVal attributes As FormRecognitionAttributes)
    recognitionEngine.OpenForm(attributes)
    recognitionEngine.InsertFormPage(index, attributes, image, Nothing, Nothing)
    recognitionEngine.CloseForm(attributes)
End Sub
/// This method inserts a page to a form attributes object for recognition at the specified index.
public void InsertFormPage(FormRecognitionEngine recognitionEngine, 
                           RasterImage image, 
                           int index, 
                           FormRecognitionAttributes attributes)
{
   recognitionEngine.OpenForm(attributes);
   recognitionEngine.InsertFormPage(index, attributes, image, null, null);
   recognitionEngine.CloseForm(attributes);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

FormRecognitionEngine Class
FormRecognitionEngine Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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