PdfOptionSelected Property |
Selection state for field option
Namespace:
RadPdf.Data.Document.Objects.FormFields.Options
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool Selected { get; set; }
Public Property Selected As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
Selecting one option will unselect all other field options unless the multiple selection flag for a field is set.
See Also