←Select platform

GetFormAlignment(FormRecognitionAttributes,FormRecognitionAttributes,FormProgressCallback) Method

Summary

Returns a list of Leadtools.Forms.PageAlignment objects that determines the amount of shift and scaling for each page of the Form with its corresponding page in the specified Master Form.

Syntax

C#
VB
C++
  
Public Overloads Function GetFormAlignment( _ 
   ByVal masterAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _ 
   ByVal formAttributes As Leadtools.Forms.Recognition.FormRecognitionAttributes, _ 
   ByVal callback As Leadtools.Forms.FormProgressCallback _ 
) As IList(Of PageAlignment) 

Parameters

masterAttributes
The Master Form attributes object.

formAttributes
The Form attributes object.

callback
Provides status on the progress of the alignment calculations at the form level (i.e. page by page). Set it to null to ignore the progress.

Return Value

A list of Leadtools.Forms.PageAlignment objects that determines the amount of shift and scaling for each page of the Form with its corresponding page in the specified Master Form.

Remarks

Alignment is necessary when processing forms so that data can be extracted correctly. This function returns a Leadtools.Forms.PageAlignment object that aligns a Leadtools.Forms.LogicalRectangle located in the Master Form to its equivalent position in the Form.

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.Recognition Assembly