←Select platform

ProcessPage(RasterImage,int,AutoFormsRecognizeFormResult,int) Method

Summary

Performs field processing on the recognized page image.

Syntax

C#
VB
C++
  
Public Overloads Function ProcessPage( _ 
   ByVal page As Leadtools.RasterImage, _ 
   ByVal pageNumber As Integer, _ 
   ByVal formResult As Leadtools.Forms.Auto.AutoFormsRecognizeFormResult, _ 
   ByVal formPageNumber As Integer _ 
) As Leadtools.Forms.Processing.FormPage 

Parameters

page
The recognized page image.

pageNumber
1-based index of the in page.

formResult
The recognition result of the form that is returned by RecognizeForm(rasterimage,list<imasterformscategory>).

formPageNumber
The form page number to be processed.

Return Value

The processed fields of the page they exist, otherwise it returns null.

Remarks

If the specified page does not have processing fields, it returns null.

The alignment to the page is calculated internally from the formResult.

The page must have all form pages.

Example

 

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly