PdfChoiceFieldSelectedItem Property |
Gets or sets the selected item or if no item is selected.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntaxpublic PdfChoiceFieldItem? SelectedItem { get; set; }Public Property SelectedItem As PdfChoiceFieldItem?
Get
Set
Property Value
NullablePdfChoiceFieldItem
The selected item or
if no item is selected.
See Also