Form.GetButtonOptionCurrentValue

Form.GetButtonOptionCurrentValue method

Returns the current value for radio button option fields.

public string GetButtonOptionCurrentValue(string fieldName)
ParameterTypeDescription
fieldNameStringField Name

Return Value

String value for the current radio group optino. See also GetButtonOptionValues

Examples

Form form = new Form("PdfForm.pdf");
Console.WriteLine(form.GetButtonOptionCurrentValue("btnField"));

See Also