How to Print Text & graphics combined? (repost)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
This is a repost message I really appriciate any help on this...
I need to print graphics and text. What is the best way to do that (I like to use print preview)? I am using InkPicture control therefore the graphics contain both Image as well as ink strokes. Any help even partial answers will be appreciated
Regard
Kell
 
Most painting events (if not all) have a Graphics object passed to it. Or
you can use CreateGraphics to do so (its from Control I think, but may be
further down the chain). you can then use graphics.DrawString() to write
text.

-cJ
Kelly Dykstra said:
Hi.
This is a repost message I really appriciate any help on this....
I need to print graphics and text. What is the best way to do that (I like
to use print preview)? I am using InkPicture control therefore the graphics
contain both Image as well as ink strokes. Any help even partial answers
will be appreciated.
 

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

Back
Top