(Assume that pdPrint is a PrintDocument control.)
Private Sub pdPrint_PrintPage(…) Handles pdPrint.PrintPagepdPrint.Print("Hello World!", New Font("Times New Roman", 12, FontStyle.Regular), Brushes.Black, 10, 10)End Sub
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.