
#####################
A3DPDFDocumentGetPage
#####################

.. c:function:: A3DStatus A3DPDFDocumentGetPage(const A3DPDFDocument *pDoc, const A3DInt32 iNumPage, A3DPDFPage **ppPage)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentGetPage(*const* :c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:type:`~A3DInt32` **iNumPage**\ , :c:type:`~A3DPDFPage`\ ** **ppPage**\ )
   
   Function to get a page in the document. 
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **iNumPage**\ : The index of the page. The first page is 0. 
   
      **ppPage**\ : The Page object.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




