Sending Fax in LANDSCAPE format with FaxStartPrintJob

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 ?
 
R

Renu Bhattar \(MSFT\)

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.'
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top