PdfRadioButtonFieldSelectedInUnison Property |
Gets or sets a value indicating whether buttons with the same name and choice are selected in unison.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic bool SelectedInUnison { get; set; }Public Property SelectedInUnison As Boolean
Get
Set
Property Value
Boolean if buttons with the same name and choice are selected in unison; otherwise,
.
See Also