float is called Single in VB. Paulo
----- Original Message ----- From: "oggieone" <[email protected]> To: <[email protected]> Sent: Friday, April 17, 2009 9:15 PM Subject: [iText-questions] iTextSharp Does anyone know the equivalent of this java code in VB? I have tried Double but that doesn't seem to work. I am just trying to space my columns to my specs and not leave it random. Thanks! float[] widths = {0.05f, 0.05f, 0.06f, 0.07f, 0.2f , 0.2f, 0.3f }; PdfPTable table = new PdfPTable( widths ); -- View this message in context: http://www.nabble.com/iTextSharp-tp23105218p23105218.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
