
########################
A3DPDFDropDownListCreate
########################

.. c:function:: A3DStatus A3DPDFDropDownListCreate(A3DPDFDocument *pDoc, const A3DPDFDropDownListData *pDropDownListData, A3DPDFDropDownList **ppDropDownList)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDropDownListCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFDropDownListData`\ * **pDropDownListData**\ , :c:type:`~A3DPDFDropDownList`\ ** **ppDropDownList**\ )
   
   Function to create a DropDownList (combo box) 
   
   The DropDownList is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertDropDownList`\ . List items can be added using the function :c:func:`~A3DPDFPageFieldListAddItem`\ , after the call to :c:func:`~A3DPDFPageInsertDropDownList`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pDropDownListData**\ : The DropDownList parameters. The name is mandatory. 
   
      **ppDropDownList**\ : The DropDownList created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




