Printing in A3 format

Hallo,
I need help. Thank you.
I have to print 2 pages A4 in a single sheet A3 format.
I try my code with an Epson fx 2170 printer.
I write:
Printer.PaperSize = 8
Printer.Orientation = 1
Printer.ScaleMode = 6 '(=millimeters )
Printer.PrintQuality = -4

...but the printer.width results 16836 and height= 23808 and only 2/3 of the document is printed.

I obtain what I want only if i set orientation=2 (width=23808, height=16836) but in this case I have to put the sheet vertically in the printer and the printing is very slow.
How can I print the sheet horizontally with width= 23808?
(Excuse me for my bad english...)
Thank you.
Romano

[700 byte] By [romano] at [2007-12-16]