
###################
A3DPDFDocumentClose
###################

.. c:function:: A3DStatus A3DPDFDocumentClose(A3DPDFDocument *pDoc)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentClose(:c:type:`~A3DPDFDocument`\ * **pDoc**\ )
   
   Function to close the document and free all memory. 
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




