
#########################
A3DPDFDocumentRemovePages
#########################

.. c:function:: A3DStatus A3DPDFDocumentRemovePages(const A3DPDFDocument *pDoc, const A3DInt32 iFirstPage, const A3DInt32 iLastPage)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFDocumentRemovePages(*const* :c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:type:`~A3DInt32` **iFirstPage**\ , *const* :c:type:`~A3DInt32` **iLastPage**\ )
   
   Function to remove pages in the document. 
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **iFirstPage**\ : The index of the first page to remove. The first page is 0. 
   
      **iLastPage**\ : The index of the last page to remove.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




