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?
gogs85 0 Junior Poster in Training
Recommended Answers
Jump to PostPrinting 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
All 6 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
Mitja Bonca 557 Nearly a Posting Maven
gogs85 0 Junior Poster in Training
gogs85 0 Junior Poster in Training
ddanbe 2,724 Professional Procrastinator Featured Poster
gogs85 0 Junior Poster in Training
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.