
#######################
A3DPDFTextFieldSetValue
#######################

.. c:function:: A3DStatus A3DPDFTextFieldSetValue(A3DPDFTextField *pTextField, const A3DUTF8Char *pcValue)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFTextFieldSetValue(:c:type:`~A3DPDFTextField`\ * **pTextField**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcValue**\ )
   
   Function to set the text of a text form field. 
   
   **Parameters**
   
   
      **pTextField**\ : The Text field object to work with. 
   
      **pcValue**\ : The value to set to the text field. Text fields set as multiline can contain carriage return characters, they must be '\r'.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




