A3DPDFDropDownListCreate
-
A3DStatus
A3DPDFDropDownListCreate(A3DPDFDocument *pDoc, const A3DPDFDropDownListData *pDropDownListData, A3DPDFDropDownList **ppDropDownList) A3DStatusA3DPDFDropDownListCreate(A3DPDFDocument* pDoc, constA3DPDFDropDownListData* pDropDownListData,A3DPDFDropDownList** ppDropDownList)Function to create a DropDownList (combo box)
The DropDownList is primarily created with this function, and it should be positioned on the page with the function
A3DPDFPageInsertDropDownList(). List items can be added using the functionA3DPDFPageFieldListAddItem(), after the call toA3DPDFPageInsertDropDownList().Parameters
pDoc: The Document object to work with.
pDropDownListData: The DropDownList parameters. The name is mandatory.
ppDropDownList: The DropDownList created.
Returns
A3D_SUCCESS in case of success or an error code