Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / RadioButtonField Class / Value Property

In This Topic
    Value Property (RadioButtonField)
    In This Topic
    Gets or sets the value of RadioButtonField. Value can be specified as index of the widget in Field.Widgets list, as string containing name of the widget.
    Syntax
    'Declaration
     
    Public Shadows Property Value As System.Object
    public new System.object Value {get; set;}
    See Also