PdfOptionSelected Property  | 
 
            Selection state for field option
            
 
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields.Options
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
Syntaxpublic bool Selected { get; set; }Public Property Selected As Boolean
	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