PdfFormRadioButtonsGroupAddRadioButton(RectangleFloat, String, PdfPage) Method
Creates a radio button with given rectangle and the given name in the given PDF page
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormRadioButton AddRadioButton(
RectangleFloat boundingRectangle,
string buttonName,
PdfPage pdfPage
)
Public Function AddRadioButton (
boundingRectangle As RectangleFloat,
buttonName As String,
pdfPage As PdfPage
) As PdfFormRadioButton
public:
PdfFormRadioButton^ AddRadioButton(
RectangleFloat^ boundingRectangle,
String^ buttonName,
PdfPage^ pdfPage
)
member AddRadioButton :
boundingRectangle : RectangleFloat *
buttonName : string *
pdfPage : PdfPage -> PdfFormRadioButton
- boundingRectangle RectangleFloat
- The radio button bounding rectangle
- buttonName String
- The radio button name
- pdfPage PdfPage
- The PDF page where to add this radio button
PdfFormRadioButtonThe created radio button