Aspose::Pdf::Facades::Form::GetButtonOptionCurrentValue method

Form::GetButtonOptionCurrentValue method

Returns the current value for radio button option fields.

System::String Aspose::Pdf::Facades::Form::GetButtonOptionCurrentValue(const System::String &fieldName)
ParameterTypeDescription
fieldNameconst System::String&Field Name

ReturnValue

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

See Also