
##################
A3DPDFPageGetField
##################

.. c:function:: A3DStatus A3DPDFPageGetField(A3DPDFPage *pPage, const A3DUTF8Char *pcFieldName, A3DPDFField **ppField)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageGetField(:c:type:`~A3DPDFPage`\ * **pPage**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcFieldName**\ , :c:type:`~A3DPDFField`\ ** **ppField**\ )
   
   Function to get a PDF Field from an existing form field on a page. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object on which is the field. 
   
      **pcFieldName**\ : Unique name for existing field. 
   
      **ppField**\ : The Field object.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




