
###########################
A3DPDFPageInsertRadioButton
###########################

.. c:function:: A3DStatus A3DPDFPageInsertRadioButton(A3DPDFPage *pPage, A3DPDFRadioButton *pRadioButton, const A3DPDFRectData *pRectData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageInsertRadioButton(:c:type:`~A3DPDFPage`\ * **pPage**\ , :c:type:`~A3DPDFRadioButton`\ * **pRadioButton**\ , *const* :c:struct:`~A3DPDFRectData`\ * **pRectData**\ )
   
   Function to insert a RadioButton in a page. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pRadioButton**\ : The RadioButton object to insert on the page. 
   
      **pRectData**\ : The rectangle to specify the position on the page.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




