If you want 4 cards on one page you have to play with the x1, y1 parameters to set the postions

VB Code:
  1. Printer.PaintPicture Picture1.Image, 100, 100
  2. Printer.PaintPicture Picture2.Image, 300, 100
  3. Printer.PaintPicture Picture3.Image, 100, 300
  4. Printer.PaintPicture Picture4.Image, 300, 300
  5. Printer.EndDoc