Click or drag to resize

PdfRadioButtonFieldRadiosInUnison Property

Gets or sets a value indicating whether radio buttons with the same export value will turn off and on together.

Namespace:  Patagames.Pdf.Net.AcroForms
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public bool RadiosInUnison { get; set; }

Property Value

Type: Boolean
Remarks
If true, a group of radio buttons within a radio button field that use the same value for the on state will turn on and off in unison; that is if one is checked, they are all checked. If false, the buttons are mutually exclusive.
See Also