|
-
Apr 8th, 2007, 11:47 AM
#1
Thread Starter
Addicted Member
Suggestions for improving print quality...
Hi,
At present I am using the picture box Print function to print text to a picture box control, for images I use the paintpicture function, to print I use the printer object/ paintpicture function to print the contents to the printer...
Will the above method cause any reduction in print quality ??
Also are there any better methods ???
thanks
arunb
-
Apr 8th, 2007, 12:05 PM
#2
Re: Suggestions for improving print quality...
I have used those methods many times, and I've never noticed any quality issues (or had comments about it from the programs users).
-
Apr 8th, 2007, 07:47 PM
#3
Re: Suggestions for improving print quality...
I found that if I use a picturebox to write/draw stuff, and then transfer to the printer object, the image becomes pixelated.
But if you print directly on the printer object, the image & text quality is much better.
-
Apr 9th, 2007, 07:30 AM
#4
Re: Suggestions for improving print quality...
I just remembered another positive thing about printing directly onto the printer object.
If you print to a PDF printer, the PDF will have smaller size because it takes the text and drawings as individual objects in the PDF instead of taking it like a picture. So if you print to a PDF printer, you can actually modify the text in the PDF since it's saved as an object in the file.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|