Table Module
Module to create tables on a PDF page.
Parameters
pPage: The Page object to work with.
pTable: The Table object to insert on the page.
iPosLeft: The x coordinate of the insertion point of the table. The insertion point is the top left corner of the table. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
iPosTop: The y coordinate of the insertion point of the table. The insertion point is the top left corner of the table. The coordinate origin (0, 0) is the bottom left of the page. The unit is point.
Returns
A3D_SUCCESS in case of success or an error code
Topics
Functions