FAX in landscape
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Can anybody tell me how to send a FAX in landscape mode using the FaxSendDocument API. aasstt
AFAIK it is not possible. The FaxSendDocument API uses the default print settings for the document type as setup in the registry. It starts the required program with a /pt command line option. If you are trying to fax your own document from within your own program then take a look at the FaxStartPrintJob API. It supplies a fax device context that you can print to in any form you wish.
You may be right I may be crazy -- Billy Joel -- Within you lies the power for good - Use it!