[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.DefaultValue

DefaultValue Property

DefaultValue

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

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