←Select platform

AlignRectangle Method

Summary
Returns a LeadRect that is aligned to the form that has generated this PageAlignment.

Syntax
C#
C++/CLI
Java
Python
public LeadRect AlignRectangle( 
   LeadRect rectangle 
) 
public LeadRect alignRectangle( 
   LeadRect rectangle 
); 
public: 
LeadRect AlignRectangle(  
   LeadRect rectangle 
)  
def AlignRectangle(self,rectangle): 

Parameters

rectangle
The original LeadRect to align. This LeadRect should be in Master Form coordinates.

Remarks

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 LeadRect that represents a specific area in the Master Form to its equivalent area in the Form.

Requirements

Target Platforms

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

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