An NDoc Documented Class Library

pdfPersistentPage.addTable Method 

Method that adds a table to the page object

public void addTable(
   pdfTable newTable,
   int x,
   int y
);

Parameters

newTable
The table object
x
X position of the table in the page
y
Y position of the table in the page

See Also

pdfPersistentPage Class | sharpPDF Namespace