D
Dan Bass
I've got a custom control that makes use of DrawString and DrawBezier, drawn
from the graphics object passed by in the PaintEventArgs for the Paint
event.
I've not printed anything via c# before, but would it be easy to draw on a
PrintDocument the same way I currently am on the control?
Where should I start?
Anything thing to watch for would be the fact the control could grow quite
long (while I can keep the width fixed to the current page width) so it will
need to work over multiple pages.
Thanks for your time and comments.
Daniel.
from the graphics object passed by in the PaintEventArgs for the Paint
event.
I've not printed anything via c# before, but would it be easy to draw on a
PrintDocument the same way I currently am on the control?
Where should I start?
Anything thing to watch for would be the fact the control could grow quite
long (while I can keep the width fixed to the current page width) so it will
need to work over multiple pages.
Thanks for your time and comments.
Daniel.