|
-
Apr 29th, 2006, 12:53 PM
#1
Thread Starter
Frenzied Member
[2.0] Print index cards
hey guys.. I got printing working but I am printing on index cards. So when I print it acts as if it is paper and the words on it are rotated 90 degrees. Is there a way to tell the printer it is an index card so it prints the right way?
-
Apr 29th, 2006, 08:13 PM
#2
Re: [2.0] Print index cards
VB Code:
myPrintDocument.DefaultPageSettings.Landscape = True
myPrintDocument.Print()
-
Apr 29th, 2006, 08:21 PM
#3
Thread Starter
Frenzied Member
Re: [2.0] Print index cards
hmm. I just tried it but it prints out nothing?.. Like.. Without that landscape setting I see words on the sheet but with it, nothing prints out onto the sheet
-
Apr 29th, 2006, 08:52 PM
#4
Re: [2.0] Print index cards
Have you set the paper size properly? If not then the actual printed text may be off the page. I've used that Landscape setting and it works for me but I'm using A4 paper.
-
May 1st, 2006, 12:13 AM
#5
Re: [2.0] Print index cards
Don't forget, when you set Landscape on that printer setting, your zero position may be off the paper. I assume like most printers, your small index card is centered when you print.. THe printer has no idea where the side guides are, so you'll need to adjust accordingly.
Bill
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
|