
################
A3DPDFLinkCreate
################

.. c:function:: A3DStatus A3DPDFLinkCreate(A3DPDFDocument *pDoc, const A3DPDFLinkData *pLinkData, A3DPDFLink **ppLink)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFLinkCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDFLinkData`\ * **pLinkData**\ , :c:type:`~A3DPDFLink`\ ** **ppLink**\ )
   
   Function to create a link object. 
   
   The link object is primarily created with this function, and it should be positioned on the page with the function :c:func:`~A3DPDFPageInsertLink`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **pLinkData**\ : The link parameters. 
   
      **ppLink**\ : The Link object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




