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(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringField Name

ReturnValue

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

See Also