I have put digital signature as picturebox in vb.net form
To print the picturebox, i used following code.
But the print of signature is very light in color.
How can i improve the or darken the signature.
The code in print document event is
E.graphics.DrawImage(Me.PictureBox1.Image,50,100,100,50)