Radio Button Module
Types
A3DPDFRadioButtonData |
Detailed Description
-
group
a3d_pdffield_radiobutton
(HOOPS Publish Advanced) Module to access and define Radio Button field
This module describes the functions and structures that allow you to define a Radio Button. A Radio Button is an Acrobat Field.
Function Documentation
-
A3DStatus
A3DPDFRadioButtonCreate
(A3DPDFDocument *pDoc, const A3DPDFRadioButtonData *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.
- Version
- 8.0
Parameters: - pDoc – [inout] The Document object to work with.
- pRadioButtonData – [in] The RadioButton parameters. The name is mandatory.
- ppRadioButton – [out] The RadioButton created.
Return values: A3D_SUCCESS –
Returns: A3D_SUCCESS in case of success or an error code
-
A3DStatus
A3DPDFPageInsertRadioButton
(A3DPDFPage *pPage, A3DPDFRadioButton *pRadioButton, const A3DPDFRectData *pRectData) Function to insert a RadioButton in a page.
- Version
- 8.0
Parameters: - pPage – [inout] The Page object to work with.
- pRadioButton – [in] The RadioButton object to insert on the page.
- pRectData – [in] The rectangle to specify the position on the page.
Return values: A3D_SUCCESS –
Returns: A3D_SUCCESS in case of success or an error code