Leadtools.Forms.Recognition Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Alignment Property
See Also 
Leadtools.Forms.Recognition Namespace > PageRecognitionResult Class : Alignment Property



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

Syntax

Visual Basic (Declaration) 
Public Property Alignment As PageAlignment
Visual Basic (Usage)Copy Code
Dim instance As PageRecognitionResult
Dim value As PageAlignment
 
instance.Alignment = value
 
value = instance.Alignment
C# 
public PageAlignment Alignment {get; set;}
C++/CLI 
public:
property PageAlignment Alignment {
   PageAlignment get();
   void set (PageAlignment value);
}

Return Value

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

Example

Remarks

This value will be updated by FormRecognitionEngine.CompareForm(FormRecognitionAttributes,FormRecognitionAttributes,FormProgressCallback) and FormRecognitionEngine.ComparePage(FormRecognitionAttributes,Int32,FormRecognitionAttributes,Int32) methods, so no need to call alignment method to get the alignment for this page hence the speed of the system will be increased.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms requires a Forms Module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features