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

In This Topic
    Opt Property (RadioButtonField)
    In This Topic
    Gets or sets an array of strings containing one entry for each widget annotation, defining export values for its constituent radio buttons. See the PDF spec for details.
    Syntax
    'Declaration
     
    Public Property Opt As System.String()
    public System.string[] Opt {get; set;}
    See Also