Printing Question

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
 
K

Kevin Spencer

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
 

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