
###########################
A3DPDFPageFieldTextSetValue
###########################

.. c:function:: A3DStatus A3DPDFPageFieldTextSetValue(A3DPDFPage *pPage, const A3DUTF8Char *pcFieldName, const A3DUTF8Char *pcValue)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageFieldTextSetValue(:c:type:`~A3DPDFPage`\ * **pPage**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcFieldName**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcValue**\ )
   
   Function to set the text of a text form field. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pcFieldName**\ : The name of the form field. Only Acroform fields are supported. 
   
      **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
   
   




