I have an application written in Delphi which needs to create a fax in landscape mode. I have been able to successfully get the fax to go out, but can't figure out the landscape part. I'm using the winfax.dll to get the device context with the FaxStartPrintJobA function. Does anyone have a suggestion on how to get it into landscape? All the SDK documentation talks about using the printer handle to get and set information, but all I have is the device context. Thanks for any ideas.