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.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.For an example, refer to FormRecognitionEngine.GetFormAlignment.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7