How to decide Page Break insertion criteria in RTF doc?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to develope a small RTF writer to generate project report at runtime, with a limited RTF writing capability. RTF is one page document only, untill we intentionally put page breaks in it and Project report consists of number of pages. Thus, on what criteria it should be decided to insert page break? How to keep track of page's empty area before inserting anything?
Please guide.
 
check this link

http://www.dotnet247.com/247reference/msgs/42/213751.aspx

--
Shak
(Houston)


Sachin said:
I am trying to develope a small RTF writer to generate project report at
runtime, with a limited RTF writing capability. RTF is one page document
only, untill we intentionally put page breaks in it and Project report
consists of number of pages. Thus, on what criteria it should be decided to
insert page break? How to keep track of page's empty area before inserting
anything?
 
Thanks Mr Hussain
But it seems the link is not useful for me, as they too are finding the solution.
regards
 
Back
Top