PdfFormRadioButtonsGroupAddRadioButton(PdfFormRadioButton, Single, Boolean, Single, Boolean) Method
Adds a radio button field to this document at the given X and Y location in the PDF page where the last element rendering ended.
The location can be absolute in PDF page or relative as an offset from the position where the last element rendering ended.
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddRadioButton(
PdfFormRadioButton radioButton,
float xLocation,
bool relativeXLocation,
float yLocation,
bool relativeYLocation
)
Public Sub AddRadioButton (
radioButton As PdfFormRadioButton,
xLocation As Single,
relativeXLocation As Boolean,
yLocation As Single,
relativeYLocation As Boolean
)
Parameters
- radioButton PdfFormRadioButton
- The radio button field to be added
- xLocation Single
- The X location of the element in the PDF page where the last element rendering ended
- relativeXLocation Boolean
- The X location can be relative to the position where the last element rendering ended or absolute in PDF page
where the last element rendering ended
- yLocation Single
- The Y location of the element in the PDF page where the last element rendering ended
- relativeYLocation Boolean
- The Y location can be relative to the position where the last element rendering ended or absolute in PDF page
where the last element rendering ended