
############################
A3DPDFDocumentSetInformation
############################

.. c:function:: A3DStatus A3DPDFDocumentSetInformation(A3DPDFDocument *pDoc, const A3DPDFDocumentInformationData *pInformationData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentSetInformation(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFDocumentInformationData`\ * **pInformationData**\ )
   
   Function to set information on the document. 
   
   These information are visible in the Adobe Reader on the File Properties menu.
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pInformationData**\ : The information parameters.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




