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)

Recommended Answers

All 3 Replies

Try reading through this and see if there can be anything that might work on your case.
http;:// www.dreamincode.net/forums/topic/77470-poor-quality-of-image/

Ya, its good example..
by the way I also managed it by modifying image in Paint. And made it more dark...manually....

Ok cool.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.