Aspose::Pdf::Forms::RadioButtonField::Add method

RadioButtonField::Add method

Adds new option field to RadioButton field.

void Aspose::Pdf::Forms::RadioButtonField::Add(const System::SharedPtr<RadioButtonOptionField> &newItem)
ParameterTypeDescription
newItemconst System::SharedPtr<RadioButtonOptionField>&Item which should be added.

See Also