←Select platform

Alignments Property

Summary
Gets a list of Leadtools.Forms.Common.PageAlignment objects that determines the amount of shift and scaling for each page of the form with its corresponding page in the Master Form.

Syntax
C#
C++/CLI
Java
Python
public List<PageAlignment> Alignments { get; } 
public java.util.List<PageAlignment> getAlignments(); 
public: 
property List<PageAlignment^>^ Alignments { 
   List<PageAlignment^>^ get(); 
} 
Alignments # get  (AutoFormsRecognizeFormResult) 

Property Value

List of Leadtools.Forms.Common.PageAlignment objects.

Remarks

Alignment is necessary for forms processing to extract the data from their correct positions. It returns a Leadtools.Forms.Common.PageAlignment that aligns any Leadtools.LeadRect located in the Master Form to its equivalent area position in the form.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.