A3DPDFLinkCreate
-
A3DStatus
A3DPDFLinkCreate(A3DPDFDocument *pDoc, const A3DPDFLinkData *pLinkData, A3DPDFLink **ppLink) A3DStatusA3DPDFLinkCreate(A3DPDFDocument* pDoc, constA3DPDFLinkData* pLinkData,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
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