HiQPdf Documentation

PdfFormRadioButtonsGroupAddRadioButton Method

HiQPdf Client for .NET Core
Overload List

  NameDescription
Public methodAddRadioButton(PdfFormRadioButton)
Adds a radio button to this group after the last PDF object rendered
Public methodAddRadioButton(PdfFormRadioButton, Single)
Adds a radio button to this group at the given vertical offset after the last PDF object rendered
Public methodAddRadioButton(PdfPage, PdfFormRadioButton)
Adds an existing radio button to this group in a PDF page
Public methodAddRadioButton(PdfFormRadioButton, Single, Single)
Adds a radio button to this group at the given horizontal and vertical offset after the last PDF object rendered
Public methodAddRadioButton(RectangleFloat, String, PdfPage)
Creates a radio button with given rectangle and the given name in the given PDF page
Public methodAddRadioButton(PdfFormRadioButton, Single, Boolean, Single, Boolean)
Adds a radio button to this group at a given X and Y position in PDF page where the last object was rendered. The position can be absolute in PDF page or relative to last object rendered
Public methodAddRadioButton(PdfFormRadioButton, Single, Boolean, Boolean, Single, Boolean, Boolean)
Adds a radio button to this group 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.
Top
See Also

Reference