The Alignment Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets Leadtools.Forms.PageAlignment object that determines the amount of shift and scaling of the page with its corresponding page in the Master Form.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Alignment As PageAlignment | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoFormsRecognizePageResult Dim value As PageAlignment value = instance.Alignment | |
| C# | |
|---|---|
public PageAlignment Alignment {get;} | |
| C++/CLI | |
|---|---|
public: property PageAlignment^ Alignment { PageAlignment^ get(); } | |
Property Value
Leadtools.Forms.PageAlignment object.Alignment is necessary for page processing to extract the data from their correct positions. It returns a Leadtools.Forms.PageAlignment that aligns any Leadtools.Forms.LogicalRectangle located in the Master Form page to its equivalent area position in the page.
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