Bonjour,
Je souhait afficher le code barre qui se trouve dans mon pictureBox dans le PrintDocument.
j'ai essayé de faire çaSur mon PrintDocument j'ai ce message "System.Windows.Forms, SizeMode:Normal"Code:e.Graphics.DrawString("" + pictureBox, new Font("Arial", 12, FontStyle.Regular), Brushes.Black, new Point(300, 70));
Pourriez vous m'aider:roll:
