i want to print my receipt in A4 size, but the problem is when i tried to print preview the form that need to be print , it occupy the whole paper. I use Word in printing.
and here's my code in print preview
Private Sub frmreceipt_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
Me.PrintForm1.PrintAction = Printing.PrintAction.PrintToPreview
Me.PrintForm1.Print()
End Sub