> -----Original Message-----
> From: Marc Lustig [SMTP:[EMAIL PROTECTED]
> Sent: Sunday, August 10, 2003 12:04
> To:   iText list
> Subject:      [iText-questions] getting page-width without margins
> conveniently
> 
> Thanks, Paolo, for your recent answer.
> 
> I have another simple question:
> what is the most convienent way to get the page-width (without borders)
> ?
> 
> is it getPageSize().width()-leftMargin()-rightMargin() ?
> 
        getPageSize().width()

> Also, I was wondering about the difference between left() and
> leftMargin().
> Couldn't find any hint in the docs...
> 
        left() is usually 0 for page sizes and is the place where the
physical page starts. leftMargin() is the place where the text in the page
starts.

        Best Regards,
        Paulo Soares

> Thanks again.
> Marc
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/0
> 1
> _______________________________________________
> iText-questions mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/itext-questions


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to