Printing Question

  • Thread starter Thread starter ESmith
  • Start date Start date
E

ESmith

Is it possible using either the PrintPreview or Print Component to get at
the raw image data before sending the document to the printer?

What I have is this scenario - I'm using a third party spreadsheet component
and need to capture an area, have it rendered as if readied for printing,
rotate the image buffer 90 degrees and insert it into a rtf document. The
basic assumption here is that the spreadsheet component is in "landscape"
mode and the rtf document is in "portrait" mode. so in order to include the
spreadsheet data into the rtf document, I need to rotate it "vertically" so
I can insert it into the rtf document.

Ideas on how to accomplish this?

TIA
 
Printing is simply drawing graphics to the Printer, so you can manipulate
the graphics any way you want to prior to printing them.

--
HTH,

Kevin Spencer
Microsoft MVP

DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top