
| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Class PageAlignment | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As PageAlignment | |
| C# | |
|---|---|
[SerializableAttribute()] public class PageAlignment | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class PageAlignment | |
For an example, refer to Leadtools.Forms.Recognition.FormRecognitionEngine.
Alignment is useful when processing forms to extract correct field data from the Form page. A Form page can be scaled, shifted, or both in relation to its Master Form page. Alignment matches a LogicalRectangle that represents a specific area in the Master Form to its equivalent area in the Form.
System.Object
Leadtools.Forms.PageAlignment
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code