Sending Fax in LANDSCAPE format with FaxStartPrintJob

  • Thread starter Thread starter Pj
  • Start date Start date
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 ?
 
You can try changing the fax printer propertie and then send the documents.

Refer to http://support.microsoft.com/kb/140285/EN-US/ for sample code.


--
Renu Bhattar
Microsoft Printing, Imaging and Fax Team
This posting is provided "AS IS" with no warranties, and confers no rights.
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.'
 
Back
Top