Aspose::Pdf::Forms::ChoiceField::AddOption method

ChoiceField::AddOption(System::String, System::String) method

Adds new option with specified export value and name.

virtual void Aspose::Pdf::Forms::ChoiceField::AddOption(System::String export_, System::String name)
ParameterTypeDescription
exportSystem::StringExport value.
nameSystem::StringName of the new option.

See Also

ChoiceField::AddOption(System::String) method

Adds new option with specified name.

virtual void Aspose::Pdf::Forms::ChoiceField::AddOption(System::String optionName)
ParameterTypeDescription
optionNameSystem::StringName of the new option.

See Also