Ovidiu Lazar wrote:
> The reason I got 790 was because my example was setting the YLine to be 
> that much. I remove that statement and I got the following output for 
> the folowing code:
> 
> code:
> 
> /status = ct.Go();
> Console.WriteLine(ct.YLine);/
> 
> output:
> 
> 62
> 62
> 174
> Press any key to continue . . .
> 
> I'm not sure what those numbers mean, because the first two columns 
> stretch over a whole page while the third one does not.

Aha, thanks for clarifying.

The numbers are Y coordinates.

Y = 0 at the bottom of your page. 62 means you have a bottom margin of 
62 pt which is nearly an inch. Indeed: if 174 is produced by your third 
column, it doesn't cover the whole page. This answers your question 
doesn't it? You can start writing other data at the coordinate Y = 174.
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to