Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

continuous stationary printout

I want to print in an continous stationary , whose size is half an Standard A4 sheet. When i am printing it using the Printer object, first page prints successfully at the specified currectX and CurrentY postion, but when i give
Printer.EndDoc , the printer , ejects the page and skips an page,. how to avoid it ?
Is there any one to help me .
If please Mail me to
Ilayaraja_s@mailcity.com
0 Kudos
Message 1 of 2
(3,021 Views)
Vetri,

Many printers have a paper size setting available from the Printer properties. You should be able to set a custom paper size to let your printer know the length of a page. You can set it programmatically using the DocumentProperties GDI function.

TonyH
0 Kudos
Message 2 of 2
(3,021 Views)