Click or drag to resize

PdfOptionSelected Property

Selection state for field option

Namespace:  RadPdf.Data.Document.Objects.FormFields.Options
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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