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(const System::String &fieldName)
| Parameter | Type | Description |
|---|---|---|
| fieldName | const System::String& | Field Name |
ReturnValue
Hash table of option values keyed by form item name
See Also
- Typedef SharedPtr
- Class Dictionary
- Class String
- Class Form
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++