EVO PDF Logo

PdfFormRadioButtonsGroup Methods

EVO PDF Client for .NET Core

The PdfFormRadioButtonsGroup type exposes the following members.

Methods

  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)
Adds a radio button 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.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetCheckedRadioButton
Call this method to check on the given radio button
Public methodToString (Inherited from Object.)
Top
See Also

Reference