Such as printing the text control precisely at a distance of 1 inch from the top left corner in both the X and Y coordinate directions.
My goal is to ensure that every DataWindow record is printed on a separate printing paper. Due to the frequent changes in the size of the printing paper, an empty string text control will be dynamically added to the bottom of the DataWindow to ensure that after printing each record, it will automatically switch to the next printing paper. How to find the location to place the text control has become a key issue.