←Select platform

Alignment Property

Summary

Gets or sets the amount of shift and scaling a Form page needs in order to match the corresponding Master Form page.

Syntax

C#
VB
C++
Java
public PageAlignment Alignment { get; set; } 
  
Public Property Alignment As PageAlignment 
public PageAlignment getAlignment(); 
public void setAlignment( 
   PageAlignment pageAlignment 
); 
public: 
property PageAlignment^ Alignment { 
   PageAlignment^ get(); 
   void set (    PageAlignment^ ); 
} 

Property Value

Value representing the information needed to align the Form to its Master Form.

Remarks

This value will be updated by the FormRecognitionEngine.CompareForm and ComparePage(FormRecognitionAttributes,Int32,FormRecognitionAttributes,Int32) methods, so it is not necessary to call the alignment method to get the alignment for this page. Consequently, the speed of the process will be increased.

Example

For an example, refer to FormRecognitionEngine.GetFormAlignment.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly