Hi,
I need to add landscape orientation support to the Bitmap Sample print driver supplied by Microsoft located here, http://support.microsoft.com/kb/893388
Currently the bitmap is printed in portrait orientation no matter what orientation is selected.
I was curious as to where the best spot would be to implement this rotation? Would my only choice be after the complete rendering of the bitmap data, then perform the rotation bit by bit and adjust the bitmap header? Or is there a structure I can modify that will tell the driver to obtain the scan line data for a landscape orientation (90 degrees) ???
I’m having no luck whatsoever finding a solution to this.
Thanks,
Mike