LEADTOOLS Forms (Leadtools.Forms.Recognition assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Alignment Property
See Also 
Leadtools.Forms.Recognition Namespace > PageRecognitionResult Class : Alignment Property



The Alignment Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

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);
}

Property Value

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

Example

For an example, refer to FormRecognitionEngine.GetFormAlignment.

Remarks

This value will be updated by the FormRecognitionEngine.CompareForm and FormRecognitionEngine.ComparePage 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: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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