Click or drag to resize

PdfOptionSelected Property

Selection state for field option

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Selected { get; set; }

Property Value

Type: Boolean
Remarks
Selecting one option will unselect all other field options unless the multiple selection flag for a field is set.
See Also