Click or drag to resize

PdfChoiceFieldSelectedItem Property

Gets or sets the selected item or if no item is selected.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.4.2
Syntax
public PdfChoiceFieldItem? SelectedItem { get; set; }

Property Value

NullablePdfChoiceFieldItem
The selected item or if no item is selected.
See Also