
#####################
A3DPDFTextFieldCreate
#####################

.. c:function:: A3DStatus A3DPDFTextFieldCreate(A3DPDFDocument *pDoc, const A3DPDFTextFieldData *pTextFieldData, A3DPDFTextField **ppTextField)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFTextFieldCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFTextFieldData`\ * **pTextFieldData**\ , :c:type:`~A3DPDFTextField`\ ** **ppTextField**\ )
   
   Function to create a text field. 
   
   The text field is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertTextField`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pTextFieldData**\ : The text field parameters. 
   
      **ppTextField**\ : The text field created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




