←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#
C++/CLI
Java
Python
public PageAlignment Alignment { get; set; } 
public PageAlignment getAlignment(); 
public void setAlignment( 
   PageAlignment pageAlignment 
); 
public: 
property PageAlignment^ Alignment { 
   PageAlignment^ get(); 
   void set (    PageAlignment^ ); 
} 
Alignment # get and set (PageRecognitionResult) 

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.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.