On 25/08/2010 23:19, Amos Neary wrote:
> Hello,
>
> I am using iTextSharp 5.0.4. First, I have not found any code example on
> itextpdf.com.

You can find the examples of chapters 1 to 11 here:
http://kuujinbo.info/iTextInAction2Ed/index.aspx

> Second, I am using the Java example code as a starting point and then
> matching what I can in the source code for the C# DLL.
>
> There are inconsistencies, as to be expected, but some of these do not
> make any sense.
>
> A specific example:
>
> PdfPCell.setBorder(Rectangle.NO_BORDER)
> There is no such property or function in the C# DLL code.
> I need to have a PdfPCell that has no border, but cannot change the
> value of the cell nor of its Rectangle base.

cell.Border = PdfPCell.NO_BORDER;
-- 
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
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