
###############
A3DPDFFieldData
###############

.. c:struct:: A3DPDFFieldData

   :c:struct:`~A3DPDFFieldData` structure. 
   
   
      6.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFFieldData.m_acName`
   * :c:member:`~A3DPDFFieldData.m_sRect`
   * :c:member:`~A3DPDFFieldData.m_eType`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUTF8Char A3DPDFFieldData.m_acName[MAX_FIELD_NAME]

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`
      
      Name of the field. 
      
      This name can be used in Field functions (prefixed with 'A3DPDFPageField'). 
      
      Note that a field can be in a tree of fields. This is the case, for example, if the field has been copied/pasted in Acrobat. In this case, the field has a name such as 'fieldname#index' in the Acrobat forms tool, and a name 'fieldname.index' accessible by javascript.
      



.. c:member:: A3DPDFRectData A3DPDFFieldData.m_sRect

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DPDFRectData`
      
      The rectangle that specifies the position on the page. 
      



.. c:member:: A3DPDFEFieldType A3DPDFFieldData.m_eType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DPDFEFieldType`
      
      Type of the field. 
      




