
####################
A3DPDFPageInsertLink
####################

.. c:function:: A3DStatus A3DPDFPageInsertLink(A3DPDFPage *pPage, A3DPDFLink *pLink, const A3DPDFRectData *pRectData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFPageInsertLink(:c:type:`~A3DPDFPage`\ * **pPage**\ , :c:type:`~A3DPDFLink`\ * **pLink**\ , *const* :c:struct:`~A3DPDFRectData`\ * **pRectData**\ )
   
   Function to insert a link in a page. 
   
   **Parameters**
   
   
      **pPage**\ : The Page object to work with. 
   
      **pLink**\ : The Link object to insert on the page. 
   
      **pRectData**\ : The rectangle to specify the position on the page.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




