←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++
public PageAlignment Alignment { get; set; } 
  
Public Property Alignment As Leadtools.Forms.PageAlignment 
public: 
property Leadtools.Forms.PageAlignment^ Alignment { 
   Leadtools.Forms.PageAlignment^ get(); 
   void set (    Leadtools.Forms.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly