0
What parameters are possible to define the printing of Abels: The code I’m using is as follows::
e.Graphics.DrawString(label_nota_entrega.Text, new Font("Arial", 14, FontStyle.Bold), Brushes.Black, new PointF(550, 50));
It is possible to put a background color on the label?