bonjour,
J'imprime pour l'instant une picture bitmap en A4 :
e->Graphics->DrawImage(grapheImpression->Bitmap,0,0,X,Y);
Bon ca marche correctement mais maintenant j'ai plusieurs bitmap a envoyer à l'imprimante.
Comment peut on le faire d'un seul coup ?
Partager