How does word print all the content of the page? what is the mechanism? I just need a head start , how to print something that is not shown on the screen?
thanks in advance
Total Post:70
Points:494How does word print all the content of the page? what is the mechanism? I just need a head start , how to print something that is not shown on the screen?
thanks in advance
Post:3
Points:21
© Copyright © 2010 - 2019 MindStick Software Pvt. Ltd. All Rights Reserved
Post:105
Points:735Re: Print something that is not shown on the screen using wpf.
Hi!
Im not sure if this is what you want but,
What you have to do is create a dummy form that's the size of the control you want to print then add the control to the dummy form and show the form and print the control on the dummy.
Here is how i did it:
This will print dataGridView1, even if its not seen on the form.