I'm sorry to start a new thread or re-post but in this situation since where I'm coming from was solve I have moved on to a new step/Problem. Any how I have a form in witch I wish to print some MS Paint line objects (ovals,Lines, and Text Boxes) The scale
of my form is larger then the printable area of my paper. Do I need to scale each part and place it to my PrintDocument1 or can I print to a tempPrint and then Scale that to the printable area of PrintDocument1?
Here is the text I post before....
OK I found a reason to apply a x/y Scale. As I loop through all the parts I wish to print to the paper (Lines,Ovals,Labels) Do I need to each part as I draw them or is there a simple way to draw the hole work to a temporary location then scale that image
to fit the printable area of the paper?
And if you have an answer I'm having trouble looping through my labels to print their Text values.
Everything above " '*********************************** Start Of Printing *****************************"
Is Copied code but below that is what I have come up with