A3DPDFPageInsertScrollTable
-
A3DStatus
A3DPDFPageInsertScrollTable(A3DPDFPage *pPage, A3DPDFScrollTable *pScrollTable, const A3DInt32 iPosLeft, const A3DInt32 iPosTop) A3DStatusA3DPDFPageInsertScrollTable(A3DPDFPage* pPage,A3DPDFScrollTable* pScrollTable, constA3DInt32iPosLeft, constA3DInt32iPosTop)Function to insert a ScrollTable widget in a page.
Parameters
pPage: The Page object to work with.
pScrollTable: The ScrollTable object to insert on the page.
iPosLeft: The x coordinate of the insertion point of the text. The insertion point is the top left corner of the text. 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 text. The insertion point is the top left corner of the text. 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