I am creating a billing software.I need to print the invoice.Size of the invoice is A4.I am printing it using PrintForm1.Print(Me, PowerPacks.Printing.PrintForm.PrintOption.Scrollable)
Now the problem is:When I am printing, it is not printing the full windows form.Instead it is printing the currently visible area of the windows form.kindly help me out.