Hi @SeanPress ,
The actual image size is A4... the printed page is off center & I lose part of the right hand side & bottom of the image
Conside changing the location of picture.
Private Sub PrintDocument1_PrintPage(sender As Object, e As Printing.PrintPageEventArgs) Handles PrintDocument1.PrintPage
e.Graphics.DrawImage(PictureBox1.Image, 0, 0)
End Sub