my form dosent fill the screen when i print is there any way to center it this the code i use

Code:
Private Sub Command8_Click()
SaveCurrentRecord
Printer.Orientation = vbPRORLandscape
client.PrintForm
End Sub