I have the following problem:

I want to change printer settings while printing, i.e. paper orientation from portrait to landscape between the printing of two pages.
I am working with MFC. I already tried the method "CDC::ResetDC ()", but failed. Maybe the DEVMODE parameter was wrong.

Many thanks for your answer.