
############################
A3DPDFPageFieldSetVisibility
############################

.. c:function:: A3DStatus A3DPDFPageFieldSetVisibility(A3DPDFPage *pPage, const A3DUTF8Char *pcFieldName, const A3DBool bIsVisible)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageFieldSetVisibility(:c:type:`~A3DPDFPage`\ * **pPage**\ , *const* :c:type:`~A3DUTF8Char`\ * **pcFieldName**\ , *const* :c:type:`~A3DBool` **bIsVisible**\ )
   
   Function to set the visibility of a form field. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pcFieldName**\ : The name of the form field. Only Acroform fields are supported. 
   
      **bIsVisible**\ : Specifies if the field should be visible or not.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




