.. _group__a3d__pdffield__dropdownlist:

#####################
Drop down List Module
#####################

**(HOOPS Publish Advanced)** \ Module to access and define Drop down List field 

This module describes the functions and structures that allow you to define a Drop down List. A Drop down List is an Acrobat Field. 

**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


.. rst-class:: kind-group kind-record

.. rubric:: Structures
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:struct:`~A3DPDFDropDownListData`

.. rst-class:: kind-group kind-function

.. rubric:: Functions
   :class: kind-group-title


.. rst-class:: api-xref-list


* :c:func:`~A3DPDFDropDownListCreate`
* :c:func:`~A3DPDFPageInsertDropDownList`

.. toctree::
   :maxdepth: 1
   :hidden:

   ../structures/A3DPDFDropDownListData
   ../functions/A3DPDFDropDownListCreate
   ../functions/A3DPDFPageInsertDropDownList


