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
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
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));