A3DPDFCheckBoxCreate
-
A3DStatus
A3DPDFCheckBoxCreate(A3DPDFDocument *pDoc, const A3DPDFCheckBoxData *pCheckBoxData, A3DPDFCheckBox **ppCheckBox) A3DStatusA3DPDFCheckBoxCreate(A3DPDFDocument* pDoc, constA3DPDFCheckBoxData* pCheckBoxData,A3DPDFCheckBox** ppCheckBox)Function to create a CheckBox.
The CheckBox is primarily created with this function, and it should be positioned on the page with the function
A3DPDFPageInsertCheckBox().Parameters
pDoc: The Document object to work with.
pCheckBoxData: The CheckBox parameters. The name is mandatory.
ppCheckBox: The CheckBox created.
Returns
A3D_SUCCESS in case of success or an error code