
####################
A3DPDFButtonSetLabel
####################

.. c:function:: A3DStatus A3DPDFButtonSetLabel(A3DPDFButton *pButton, const A3DUTF8Char *pcLabel)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFButtonSetLabel(:c:type:`~A3DPDFButton`\ * **pButton**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcLabel**\ )
   
   Function to set the label of a button form field. 
   
   **Parameters**
   
   
      **pButton**\ : The Button object to work with. 
   
      **pcLabel**\ : The label to set to the field.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




