adamdavies
Programmer
I have some text that i would like to print at a specific points on only some pages.
Does anyone now how i would do this
Do i need to use: PrintDialog.AllowSomePages property
to print specific pages if so how do i use this
also how do i tell the printer what text i want to print and where using printdocument
i.e.
''''''''''-means blank spaces
page 1 - no text
page 2 -
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''Text1'''|
|''''''''''''''''''''Text2'''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''Text3'''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
page 3 - no text
page 4 - same as page 2
page 5 - same as page 2
page 6 - no text
page 7 - same as page 2
and so on........
I have been stuck on this for a while, any help would be much appreciated.
Thanks
Adam
Does anyone now how i would do this
Do i need to use: PrintDialog.AllowSomePages property
to print specific pages if so how do i use this
also how do i tell the printer what text i want to print and where using printdocument
i.e.
''''''''''-means blank spaces
page 1 - no text
page 2 -
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''Text1'''|
|''''''''''''''''''''Text2'''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''Text3'''''''''''''''''''|
|''''''''''''''''''''''''''''|
|''''''''''''''''''''''''''''|
page 3 - no text
page 4 - same as page 2
page 5 - same as page 2
page 6 - no text
page 7 - same as page 2
and so on........
I have been stuck on this for a while, any help would be much appreciated.
Thanks
Adam