
#############################
A3DPDFPageFieldButtonSetLabel
#############################

.. c:function:: A3DStatus A3DPDFPageFieldButtonSetLabel(A3DPDFPage *pPage, const A3DUTF8Char *pcFieldName, const A3DUTF8Char *pcLabel)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageFieldButtonSetLabel(:c:type:`~A3DPDFPage`\ * **pPage**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcFieldName**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcLabel**\ )
   
   Function to set the label of a button form field. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pcFieldName**\ : The name of the button form field. Only Acroform fields are supported. 
   
      **pcLabel**\ : The label to set to the field.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




