Aspose::Pdf::Facades::Form::GetButtonOptionValues method

Form::GetButtonOptionValues method

Gets the radio button option fields and related values based on the field name. This method has meaning for radio button groups.

System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::String>> Aspose::Pdf::Facades::Form::GetButtonOptionValues(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringField Name

ReturnValue

Hash table of option values keyed by form item name

See Also