A3DPDFRadioButtonCreate
-
A3DStatus
A3DPDFRadioButtonCreate(A3DPDFDocument *pDoc, const A3DPDFRadioButtonData *pRadioButtonData, A3DPDFRadioButton **ppRadioButton) A3DStatusA3DPDFRadioButtonCreate(A3DPDFDocument* pDoc, constA3DPDFRadioButtonData* pRadioButtonData,A3DPDFRadioButton** ppRadioButton)Function to create a RadioButton.
The RadioButton is primarily created with this function, and it should be positioned on the page with the function
A3DPDFPageInsertRadioButton().Parameters
pDoc: The Document object to work with.
pRadioButtonData: The RadioButton parameters. The name is mandatory.
ppRadioButton: The RadioButton created.
Returns
A3D_SUCCESS in case of success or an error code