Aspose::Pdf::Forms::RadioButtonField::AddOption método
RadioButtonField::AddOption(const System::String&, const System::SharedPtr<Rectangle>&) method
Agregar a la opción de botón de radio con rectángulo especificado.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(const System::String &optionName, const System::SharedPtr<Rectangle> &rect)
| Parámetro | Tipo | Descripción |
|---|---|---|
| optionName | const System::String& | Nombre de la nueva opción. |
| rect | const System::SharedPtr<Rectangle>& | Rectángulo del nuevo elemento. |
Ver también
- Class String
- Typedef SharedPtr
- Class Rectangle
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++
RadioButtonField::AddOption(System::String) method
Agregar opción al botón de radio.
void Aspose::Pdf::Forms::RadioButtonField::AddOption(System::String optionName) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| optionName | System::String | Nombre de la opción que se añadirá. |
Ver también
- Class String
- Class RadioButtonField
- Namespace Aspose::Pdf::Forms
- Library Aspose.PDF for C++