jonorossi
Member
- Joined
- Dec 19, 2004
- Messages
- 5
I have been trying to find a way so that I can print a graphics object because all the printing examples/tuturials I have found are for printing text.
I need code to create the print document and the code to then use it in the print preview control and print control.
I have attached a made up print preview I would like my print preview to look like.
The reason this is hard is because there will be more than one page and i need some way to spilting the drawing up. I would like to spilt the drawing up into its rows which may be possible if i can work out how much is left on the page and then work out how high the row will be and then draw it on that page of the next.
Also as per the picture I need to have a header and footer.
Thanks in advance for any help your can provide me.
I need code to create the print document and the code to then use it in the print preview control and print control.
I have attached a made up print preview I would like my print preview to look like.
The reason this is hard is because there will be more than one page and i need some way to spilting the drawing up. I would like to spilt the drawing up into its rows which may be possible if i can work out how much is left on the page and then work out how high the row will be and then draw it on that page of the next.
Also as per the picture I need to have a header and footer.
Thanks in advance for any help your can provide me.