A3DPDF3DAnnotCreate

A3DStatus A3DPDF3DAnnotCreate(A3DPDFDocument *pDoc, const A3DPDF3DAnnotData *p3DAnnotData, A3DPDF3DAnnot **pp3DAnnot)
A3DStatus A3DPDF3DAnnotCreate(A3DPDFDocument* pDoc, const A3DPDF3DAnnotData* p3DAnnotData, A3DPDF3DAnnot** pp3DAnnot)

Function to create a 3D Annotation object.

The 3D Annotation object is primarily created with this function, and it should be inserted on the page with the functions A3DPDFPageInsert3DAnnot() or A3DPDFPageFieldSet3DAnnot().

Parameters

pDoc: The Document object to work with.

p3DAnnotData: The 3D Annot parameters.

pp3DAnnot: The 3D Annot object created.

Returns

A3D_SUCCESS in case of success or an error code