Overload List
Name | Description | |
---|---|---|
AddRadioButton(PdfFormRadioButton) |
Adds a radio button field to this document right after the last PDF element added to document or to a page
| |
AddRadioButton(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
| |
AddRadioButton(PdfPage, PdfFormRadioButton) |
Adds a radio button in the given PDF page
| |
AddRadioButton(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
| |
AddRadioButton(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.
| |
AddRadioButton(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.
|
See Also