EVO HTML to PDF Converter

PdfFormRadioButtonsGroupAddRadioButton Method

EVO PDF Client for .NET Documentation
Overload List

  NameDescription
Public methodAddRadioButton(PdfFormRadioButton)
Adds a radio button field to this document right after the last PDF element added to document or to a page
Public methodAddRadioButton(PdfFormRadioButton, Single)
Adds a radio button field to this document at the given Y offset after the last PDF element added to document or to a page
Public methodAddRadioButton(PdfPage, PdfFormRadioButton)
Creates a radio button with given box and the given name in the given PDF page
Public methodAddRadioButton(PdfFormRadioButton, Single, Single)
Adds a radio button field to this document at the given X offset and the given Y offset after the last PDF element added to document or to a page
Public methodAddRadioButton(PdfFormRadioButton, Single, Boolean, Single, Boolean)
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.
Public methodAddRadioButton(PdfFormRadioButton, Single, Boolean, Boolean, Single, Boolean, Boolean)
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.
Top
See Also

Reference