Documents for PDF, .NET Edition Documentation
DefaultValue Property (RadioButtonField)

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf.AcroForms Namespace > RadioButtonField Class : DefaultValue Property
Gets or sets the default value of RadioButtonField. Default value can be specified as index of the widget in Field.Widgets list, as string containing name of the widget or as string containing item from Opt array.
Syntax
'Declaration
 
Public Shadows Property DefaultValue As System.Object
public new System.object DefaultValue {get; set;}
See Also

Reference

RadioButtonField Class
RadioButtonField Members