Finally the following amendment in my original code solved my problem:
If (currentY + 60) < e.PageBounds.Height Then
e.Graphics.DrawString("Net Amount : ", headfont, Brushes.Black, X1 + 80, currentY)
e.Graphics.DrawString("Paid Amount: ", headfont, Brushes.Black, X1...