[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.Value

Value Property

Value

Gets or sets the value of RadioButtonField. Value can be specified as index of the widget in Widgets list, as string containing name of the widget.

Declaration
public object Value { get; set; }
Public Property Value As Object