NewPage(); PdfPTable table = new PdfPTable(1); PdfPCell cell = new PdfPCell(); cell.BorderColor = BaseColor.WHITE; Paragraph toc = new ...
確定! 回上一頁