Question PrintPreviewControl Setting Page Size and Orientation

mrfrisky330

New member
Joined
Oct 16, 2021
Messages
2
Programming Experience
10+
Does anyone know how to do this?

I can set the page size and orientation in the PrintDocument, and PrintDialog prints it correctly, however PrintPreviewControl ignores it!

Have tried setting the page size in the PrintPage event and even messed around flipping the clipbounds height.width to no effect, is it possible to get the PrintPreviewControl to actually use the PrintDocument page settings?

Additional: Also tested with PrintPreviewDialog and that also ignores page settings!
 
Back
Top Bottom