 | 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
Syntaxpublic bool RadiosInUnison { get; set; }
Public Property RadiosInUnison As Boolean
Get
Set
public:
property bool RadiosInUnison {
bool get ();
void set (bool value);
}
member RadiosInUnison : bool with get, set
/** @property */
public boolean get_RadiosInUnison()
/** @property */
public void set_RadiosInUnison(boolean value)
function get_RadiosInUnison();
function set_RadiosInUnison(value);
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