
#######################
A3DPDFRadioButtonCreate
#######################

.. c:function:: A3DStatus A3DPDFRadioButtonCreate(A3DPDFDocument *pDoc, const A3DPDFRadioButtonData *pRadioButtonData, A3DPDFRadioButton **ppRadioButton)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFRadioButtonCreate(:c:type:`~A3DPDFDocument`\ \* **pDoc**\ , *const* :c:struct:`~A3DPDFRadioButtonData`\ \* **pRadioButtonData**\ , :c:type:`~A3DPDFRadioButton`\ \*\* **ppRadioButton**\ )
   
   Function to create a RadioButton.
   
   The RadioButton is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertRadioButton`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with.
   
      **pRadioButtonData**\ : The RadioButton parameters. The name is mandatory.
   
      **ppRadioButton**\ : The RadioButton created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




