|
-
Jun 3rd, 2005, 06:57 AM
#1
Thread Starter
Junior Member
Printing - Custom Paper Size ( Urgent )
I am developing a program in which i need to print some text at a specific location on a pre printed stationary of size 10" X 6" (Width = 10" and Height = 6" ) How ever every time I print it takes 10" as Height in Windows Xp
Pl. Answer me as early as possible
-
Jun 3rd, 2005, 07:23 AM
#2
Member
Re: Printing - Custom Paper Size ( Urgent )
Something like this should do the trick :
VB Code:
Printer.ScaleMode=vbInches
Printer.Height=6
Printer.Widht=10
-
Jun 3rd, 2005, 07:36 AM
#3
Thread Starter
Junior Member
Re: Printing - Custom Paper Size ( Urgent )
 Originally Posted by Ganzediep
Something like this should do the trick :
VB Code:
Printer.ScaleMode=vbInches
Printer.Height=6
Printer.Widht=10
I have tried This but it is not working specially in Xp where printer driver not supported for Custome Paper Size
-
Jun 3rd, 2005, 07:37 AM
#4
Re: Printing - Custom Paper Size ( Urgent )
Precisely. Not all printer drivers support custom paper sizes so if you try and set the paper size to a custom size on one you get a run time error.
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
|