تقييم الموضوع :
  • 0 أصوات - بمعدل 0
  • 1
  • 2
  • 3
  • 4
  • 5
طباعة كل محتويات الصورة بالاضافات الجديدة
#2
PHP كود :
Private Sub PrintDocument1_PrintPage(ByVal sender As System.ObjectByVal e As Printing.PrintPageEventArgsHandles PrintDocument1.PrintPage
    e
.Graphics.DrawImage(PictureBox1.ImagePictureBox1.WidthPictureBox1.Height)
    
e.Graphics.DrawString("Text", New Font("Arial"30FontStyle.Bold), Brushes.Blue, New Point(100100))
    
e.Graphics.DrawString(Today.ToLongDateString, New Font("Arial"30FontStyle.Bold), Brushes.Brown, New Point(100150))
End Sub
Private Sub Button5_Click(ByVal sender As System.ObjectByVal e As System.EventArgsHandles Button5.Click
    PrintPreviewDialog1
.Document PrintDocument1
    PrintPreviewDialog1
.ShowDialog()
End Sub 
الرد }}}
تم الشكر بواسطة: Amir_Alzubidy , Amir_Alzubidy , sendbad100


الردود في هذا الموضوع
RE: طباعة كل محتويات الصورة بالاضافات الجديدة - بواسطة a.ahmed - 07-10-17, 07:55 PM


التنقل السريع :


يقوم بقرائة الموضوع: بالاضافة الى ( 1 ) ضيف كريم