basicTable = new PdfPTable(new float[] { 1f, 2f, 1f }); basicTable.AddCell(new PdfPCell(new Phrase("Create table with unequal width columns "))) ...
確定! 回上一頁