Aspose::Pdf::Forms::RadioButtonField::AddOption method

RadioButtonField::AddOption(System::String) method

Add option to radion button.

void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName) override
ParameterTypeDescription
optionNameSystem::StringName of the option which will be added.

See Also

RadioButtonField::AddOption(System::String, System::SharedPtr<Rectangle>) method

Add to radio button option with specifed rectangle.

void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName, System::SharedPtr<Rectangle> rect)
ParameterTypeDescription
optionNameSystem::StringName of new option.
rectSystem::SharedPtr<Rectangle>New item rectangle.

See Also