Click or drag to resize

PdfRadioButtonFieldNoToggleToOff Property

Gets or sets a value indicating whether one radio button must be selected at all times.

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 bool NoToggleToOff { get; set; }

Property Value

Type: Boolean
If true, exactly one radio button must be selected at all times; clicking the currently selected button has no effect. If false, clicking the selected button deselects it, leaving no button selected.
See Also