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
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5