Hi All
Can anyone help me with print.
I have tried using
Obviously it will print the whole page.
Is it possible to print a certain area of the page rather than the whole page.
My application allows me to add 2 images within the white border and want to print out all the white border and both images.
Can this be done.

Can anyone help me with print.
I have tried using
Code:
Page.Print(true, true);
Is it possible to print a certain area of the page rather than the whole page.
My application allows me to add 2 images within the white border and want to print out all the white border and both images.
Can this be done.