Aspose::Pdf::Forms::RadioButtonField::AddOption metod

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

Lägg till alternativ för radioknapp med specificerad rektangel.

void Aspose::Pdf::Forms::RadioButtonField::AddOption(const System::String &optionName, const System::SharedPtr<Rectangle> &rect)
ParameterTypBeskrivning
optionNameconst System::String&Namn på nytt alternativ.
rectconst System::SharedPtr<Rectangle>&Ny objektrektangel.

Se även

RadioButtonField::AddOption(System::String) method

Lägg till alternativ till radioknappen.

void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName) override
ParameterTypBeskrivning
optionNameSystem::StringNamn på alternativet som kommer att läggas till.

Se även