Re: [iText-questions] PdfPcell constructor with object can't work well

2011-08-08 Thread 1T3XT BVBA
On 9/08/2011 7:25, ?? wrote: /Hi. dear/ / / /I am using the itextsharp library to create pdf in C#, but found a quesion on PDFPCell()/ There are different ways to add an image to a Cell. They are all explained in the book, in the example that generates this illustration: http

[iText-questions] PdfPcell constructor with object can't work well.

2011-08-08 Thread huchong
Hi. dear I am using the itextsharp library to create pdf in C#, but found a quesion on PDFPCell() if i use following code: PdfPCell cell1 = new PdfPCell(img); //question: img is a img object, the img will not show in pdf. PdfPCell cell1 = new PdfPCell(new Phrase('X',font)); //question

[iText-questions] PdfPcell constructor with object can't work well

2011-08-08 Thread 胡崇
Hi. dear I am using the itextsharp library to create pdf in C#, but found a quesion on PDFPCell() if i use following code: PdfPCell cell1 = new PdfPCell(img); //question: img is a img object, the img will not show in pdf. PdfPCell cell1 = new PdfPCell(new Phrase('X',font));