Printing overlapping frames
To print the arrayed objects with overlapping borders, set the LayoutMargin property to -2.
LayoutMargin = 0;
LayoutMargin = -2;
Adjust the X and Y properties to overlay the borders of the form .
X = 0; Y = 0;
X = -2; Y = -2;



