
#######################
A3DPDFScrollTableCreate
#######################

.. c:function:: A3DStatus A3DPDFScrollTableCreate(A3DPDFDocument *pDoc, const A3DPDFScrollTableData *pScrollTableData, A3DPDFScrollTable **ppScrollTable)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFScrollTableCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFScrollTableData`\ * **pScrollTableData**\ , :c:type:`~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 :c:func:`~A3DPDFPageInsertScrollTable`\ . Ultimately, the widget should be linked to a data table with :c:func:`~A3DPDFScrollTableBindToTable`\ .
   
   **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
   
   




