A3DPDFPageInsertScrollTableAndSetLayer

A3DStatus A3DPDFPageInsertScrollTableAndSetLayer(A3DPDFPage *pPage, A3DPDFScrollTable *pScrollTable, const A3DInt32 iPosLeft, const A3DInt32 iPosTop, A3DPDFLayer *pLayer)
A3DStatus A3DPDFPageInsertScrollTableAndSetLayer(A3DPDFPage* pPage, A3DPDFScrollTable* pScrollTable, const A3DInt32 iPosLeft, const A3DInt32 iPosTop, A3DPDFLayer* pLayer)

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.

pLayer: The layer in which the ScrollTable must be placed

Returns

A3D_SUCCESS in case of success or an error code