Torna al Thread
Private Sub PrintDocument_PrintPage(ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles PrintDocument.PrintPage
Dim Fn As New System.Drawing.Font(inSTit.TipoFont, inSTit.GrandezzaFont, inSTit.StileFont)
e.Graphics.DrawString(inSTit.Titolo, Fn, inSTit.Colore, inSTit.x, inSTit.y)
End Sub