Click or drag to resize

PdfRadioButtonField Class

Represents radio button fields which contain a set of related buttons that can each be on or off. Typically, at most one radio button in a set may be on at any given time, and selecting any one of the buttons automatically deselects all the others.
Inheritance Hierarchy

Namespace:  Patagames.Pdf.Net.AcroForms
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public class PdfRadioButtonField : PdfButtonField

The PdfRadioButtonField type exposes the following members.

Constructors
  NameDescription
Public methodPdfRadioButtonField
Create new radiobutton field and add it into interactive forms.
Top
Properties
  NameDescription
Public propertyExportValues
Gets a collection of text strings representing the export value of each PdfControl in this field.
Public propertyNoToggleToOff
Gets or sets a value indicating whether one radio button must be selected at all times.
Public propertyRadiosInUnison
Gets or sets a value indicating whether radio buttons with the same export value will turn off and on together.
Top
Methods
  NameDescription
Public methodCheck
Toggle Radiobutton
Top
See Also