Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing

Status
Not open for further replies.

adamdavies

Programmer
May 21, 2003
20
AU
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top