A3DPDFScrollTableCreate
-
A3DStatus
A3DPDFScrollTableCreate(A3DPDFDocument *pDoc, const A3DPDFScrollTableData *pScrollTableData, A3DPDFScrollTable **ppScrollTable) A3DStatusA3DPDFScrollTableCreate(A3DPDFDocument* pDoc, constA3DPDFScrollTableData* pScrollTableData,A3DPDFScrollTable** ppScrollTable)Function to create a ScrollTable widget.
The ScrollTable is primarily created with this function, and it should be positioned on the page with the function
A3DPDFPageInsertScrollTable(). Ultimately, the widget should be linked to a data table withA3DPDFScrollTableBindToTable().Parameters
pDoc: The Document object to work with.
pScrollTableData: The ScrollTable parameters. The name is mandatory.
ppScrollTable: The ScrollTable created.
Returns
A3D_SUCCESS in case of success or an error code