←Select platform

ProcessPage(RasterImage,int,AutoFormsRecognizePageResult) 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 pageResult As Leadtools.Forms.Auto.AutoFormsRecognizePageResult _ 
) As Leadtools.Forms.Processing.FormPage 

Parameters

page
The recognized page image.

pageNumber
1-based index of the in page.

pageResult
The recognition result of the page that is returned by RecognizePage(rasterimage,int32,list<imasterformscategory>).

Return Value

The processed fields of the page if 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 pageResult.

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