Returns a LogicalRectangle that is aligned to the form that has generated this PageAlignment.
public LogicalRectangle AlignRectangle(
LogicalRectangle rectangle
)
rectangle
The original LogicalRectangle to align. This LogicalRectangle should be in Master Form coordinates.
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.