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

AddMasterFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions) Method

Example 





The Master Form attributes object.
The page image that is going to be added to Master Form attributes object.
Specifies the page options.
Appends a new page to the specified Master Form attributes object. The Master Form attributes object should be opened before the addition using OpenMasterForm.
Syntax
public void AddMasterFormPage( 
   FormRecognitionAttributes attributes,
   RasterImage page,
   PageRecognitionOptions pageOptions
)
'Declaration
 
Public Overloads Sub AddMasterFormPage( _
   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.AddMasterFormPage(attributes, page, pageOptions)
public void AddMasterFormPage( 
   FormRecognitionAttributes attributes,
   RasterImage page,
   PageRecognitionOptions pageOptions
)
 function Leadtools.Forms.Recognition.FormRecognitionEngine.AddMasterFormPage(FormRecognitionAttributes,RasterImage,PageRecognitionOptions)( 
   attributes ,
   page ,
   pageOptions 
)
public:
void AddMasterFormPage( 
   FormRecognitionAttributes^ attributes,
   RasterImage^ page,
   PageRecognitionOptions^ pageOptions
) 

Parameters

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

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

Example
 
''' This method adds a page to a Master Form recognition attributes object.
  Public Sub AddPageToMasterForm(ByVal recognitionEngine As FormRecognitionEngine, _
                                 ByVal image As RasterImage, _
                                 ByVal attributes As FormRecognitionAttributes)
      recognitionEngine.OpenMasterForm(attributes)
      recognitionEngine.AddMasterFormPage(attributes, image, Nothing)
      recognitionEngine.CloseMasterForm(attributes)
  End Sub
/// This method adds a page to a Master Form recognition attributes.
public void AddPageToMasterForm(FormRecognitionEngine recognitionEngine, RasterImage image, FormRecognitionAttributes attributes)
{
   recognitionEngine.OpenMasterForm(attributes);
   recognitionEngine.AddMasterFormPage(attributes, image, null);
   recognitionEngine.CloseMasterForm(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
Overload List

 

 


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