P
Pj
Hi
I'm writing a fax utility in c++, using FaxStartPrintJob to get a
handle to a device context, then using GDI calls to build the page.
This is all working fine and I can build / send faxes with no problems.
However, I need to send faxes in LANDSCAPE format! If I were printing
to a regular printer DC, I could get hold of the DEVMODE structure and
set up stuff like this before creating the DC, but there doesn't seem
to be a way of doing this via FaxStartPrintJob()
Anyone got any ideas ?
I'm writing a fax utility in c++, using FaxStartPrintJob to get a
handle to a device context, then using GDI calls to build the page.
This is all working fine and I can build / send faxes with no problems.
However, I need to send faxes in LANDSCAPE format! If I were printing
to a regular printer DC, I could get hold of the DEVMODE structure and
set up stuff like this before creating the DC, but there doesn't seem
to be a way of doing this via FaxStartPrintJob()
Anyone got any ideas ?