ESC1N,
You can look at print.property in pb help. There it tells you how to specify the paper size that you want to have printed.
To print in landscape, you would code it as
dw_1.Object.DataWindow.Print.Orientation = 1 (Landscape)
There is a long list of all the paper sizes that you can choose from. Hopefully one of them will work for you.
Daniel32