I need from my form application textbox value show in pdf format and then when i click on button print, the print in paper with the form that exists and only print text value from textbox?
Please help?

Recommended Answers

All 6 Replies

Check it here.

This is what i need to print in this dokument,how to make margin for this?

Printing is just like drawing on a form with a Graphics object.
You use DrawString, to print text use DrawRectangle to draw a rectangle etc. etc.
Here is another good article about printing:http://ondotnet.com/pub/a/dotnet/2002/06/24/printing.html

Thanks!!!

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.