I\'m trying to add a table to a document using iTextSharp. Here is an example:
Document document = new Document(PageSize.LETTER,72, 72, 72, 72); PdfWriter writer
In iTextSharp latest version (5.0.4) the PdfPTable has a WidthPercentage property.
PdfPTable
WidthPercentage
To set a static value the property is TotalWidth.
TotalWidth